[PATCH] D110405: [IR][NFC] Rename getBaseObject to getAliaseeObject

Itay Bookstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 24 03:58:44 PDT 2021


ibookstein created this revision.
ibookstein added reviewers: MaskRay, dexonsmith.
Herald added subscribers: ormris, jeroen.dobbelaere, steven_wu, atanasyan, jrtc27, kbarton, hiraditya, nemanjai, sdardis.
ibookstein requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

To better reflect the meaning of the now-disambiguated
{GlobalValue, GlobalAlias}::getBaseObject after breaking off
GlobalIFunc::getResolverFunction, the function is renamed to
getAliaseeObject.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110405

Files:
  llvm/include/llvm/IR/GlobalAlias.h
  llvm/include/llvm/IR/GlobalIndirectSymbol.h
  llvm/include/llvm/IR/GlobalValue.h
  llvm/lib/Analysis/ConstantFolding.cpp
  llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
  llvm/lib/Analysis/StackSafetyAnalysis.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/IR/Globals.cpp
  llvm/lib/LTO/LTO.cpp
  llvm/lib/Linker/LinkModules.cpp
  llvm/lib/Object/IRSymtab.cpp
  llvm/lib/Object/ModuleSymbolTable.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  llvm/lib/Target/Lanai/LanaiISelLowering.cpp
  llvm/lib/Target/Mips/MipsISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Transforms/IPO/FunctionImport.cpp
  llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/lib/Transforms/Utils/SplitModule.cpp
  llvm/tools/bugpoint/CrashDebugger.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110405.374798.patch
Type: text/x-patch
Size: 21409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210924/43cee2b3/attachment.bin>


More information about the llvm-commits mailing list