Home
last modified time | relevance | path

Searched refs:getAliaseeObject (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalAlias.h89 const GlobalObject *getAliaseeObject() const;
90 GlobalObject *getAliaseeObject() { in getAliaseeObject() function
92 static_cast<const GlobalAlias *>(this)->getAliaseeObject()); in getAliaseeObject()
H A DGlobalValue.h635 const GlobalObject *getAliaseeObject() const;
636 GlobalObject *getAliaseeObject() { in getAliaseeObject() function
638 static_cast<const GlobalValue *>(this)->getAliaseeObject()); in getAliaseeObject()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp186 if (const GlobalObject *GO = GA->getAliaseeObject()) in getSection()
196 if (const GlobalObject *GO = GA->getAliaseeObject()) in getComdat()
394 const GlobalObject *GlobalValue::getAliaseeObject() const { in getAliaseeObject() function in GlobalValue
582 const GlobalObject *GlobalAlias::getAliaseeObject() const { in getAliaseeObject() function in GlobalAlias
H A DMangler.cpp150 const Function *MSFunc = dyn_cast_or_null<Function>(GV->getAliaseeObject()); in getNameWithPrefix()
H A DIRBuilder.cpp535 return A->getAliaseeObject()->getAlign(); in getAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp226 return dyn_cast<GlobalVariable>(Alias->getAliaseeObject()); in getCodeModel()
H A DPPCAsmPrinter.cpp3095 const GlobalObject *Aliasee = Alias.getAliaseeObject(); in doInitialization()
3110 dyn_cast_or_null<GlobalVariable>(Alias.getAliaseeObject()); in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp361 dyn_cast_or_null<GlobalVariable>(GV->getAliaseeObject())) in splitAndWriteThinLTOBitcode()
390 if (auto *GVar = dyn_cast_or_null<GlobalVariable>(GV->getAliaseeObject())) in splitAndWriteThinLTOBitcode()
H A DFunctionImport.cpp1616 GlobalObject *Obj = GA.getAliaseeObject(); in thinLTOFinalizeInModule()
1637 isa<GlobalIFunc>(cast<GlobalAlias>(&GV)->getAliaseeObject()))) in thinLTOInternalizeModule()
1675 Function *Fn = cast<Function>(GA->getAliaseeObject()); in replaceAliasWithAliasee()
1807 if (!GA.hasName() || isa<GlobalIFunc>(GA.getAliaseeObject())) in importFunctions()
1827 GlobalObject *GO = GA.getAliaseeObject(); in importFunctions()
H A DMemProfContextDisambiguation.cpp2010 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in findProfiledCalleeThroughTailCalls()
3506 auto *Aliasee = A.getAliaseeObject(); in applyImport()
3658 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in applyImport()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp53 auto *GO = GVal->getAliaseeObject(); in isLargeGlobalValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp52 isa<GlobalIFunc>(cast<GlobalAlias>(SGV)->getAliaseeObject()))) in shouldPromoteLocalToGlobal()
H A DSplitModule.cpp105 const GlobalObject *GO = GV->getAliaseeObject(); in getGVPartitioningRoot()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp231 if (const GlobalObject *GO = GV->getAliaseeObject()) in getSymbolFlags()
H A DIRSymtab.cpp308 const GlobalObject *GO = GV->getAliaseeObject(); in addSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp135 GVal = GA->getAliaseeObject(); in getComdatLeader()
507 if (GlobalObject *GO = GA.getAliaseeObject(); GO && GO->getComdat()) in run()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp417 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in computeFunctionSummary()
858 const GlobalObject *Aliasee = A.getAliaseeObject(); in computeAliasSummary()
1207 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in mayHaveMemprofSummary()
H A DStackSafetyAnalysis.cpp787 GV = A->getAliaseeObject(); in findCalleeInModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1573 if (auto *GO = GV->getAliaseeObject()) { in getNameWithPrefix()
1647 ComdatKey = GA->getAliaseeObject(); in getSelectionForCOFF()
2634 cast<GlobalAlias>(Func)->getAliaseeObject()))) && in getFunctionEntryPointSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp610 const Function *F = dyn_cast_or_null<Function>(GA->getAliaseeObject()); in emitAliasDeclaration()
878 OS << ".alias " << Name->getName() << ", " << GA.getAliaseeObject()->getName() in emitGlobalAlias()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp284 GlobalObject *Root = Alias.getAliaseeObject(); in TestFuncs()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1171 const GlobalObject *GO = GV->getAliaseeObject(); in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2115 if (isa<GlobalVariable>(GA.getAliaseeObject())) in emitGlobalAlias()
2167 const GlobalObject *BaseObject = GA.getAliaseeObject(); in emitGlobalAlias()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp852 if (GlobalObject *GO = GA.getAliaseeObject()) in addRegularLTO()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1570 auto *F = dyn_cast<Function>(GA.getAliaseeObject()); in runImpl()

12