Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalAlias.h92 LLVM_ABI const GlobalObject *getAliaseeObject() const;
93 GlobalObject *getAliaseeObject() { in getAliaseeObject() function
95 static_cast<const GlobalAlias *>(this)->getAliaseeObject()); in getAliaseeObject()
H A DGlobalValue.h642 LLVM_ABI const GlobalObject *getAliaseeObject() const;
643 GlobalObject *getAliaseeObject() { in getAliaseeObject() function
645 static_cast<const GlobalValue *>(this)->getAliaseeObject()); in getAliaseeObject()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp194 if (const GlobalObject *GO = GA->getAliaseeObject()) in getSection()
204 if (const GlobalObject *GO = GA->getAliaseeObject()) in getComdat()
418 const GlobalObject *GlobalValue::getAliaseeObject() const { in getAliaseeObject() function in GlobalValue
622 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.cpp458 return getAlign(A->getAliaseeObject()); in getAlign()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp231 return dyn_cast<GlobalVariable>(Alias->getAliaseeObject()); in getCodeModel()
H A DPPCAsmPrinter.cpp3124 const GlobalObject *Aliasee = Alias.getAliaseeObject(); in doInitialization()
3138 dyn_cast_or_null<GlobalVariable>(Alias.getAliaseeObject()); in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp370 dyn_cast_or_null<GlobalVariable>(GV->getAliaseeObject())) in splitAndWriteThinLTOBitcode()
399 if (auto *GVar = dyn_cast_or_null<GlobalVariable>(GV->getAliaseeObject())) in splitAndWriteThinLTOBitcode()
H A DFunctionImport.cpp1781 GlobalObject *Obj = GA.getAliaseeObject(); in thinLTOFinalizeInModule()
1802 isa<GlobalIFunc>(cast<GlobalAlias>(&GV)->getAliaseeObject()))) in thinLTOInternalizeModule()
1842 Function *Fn = cast<Function>(GA->getAliaseeObject()); in replaceAliasWithAliasee()
1960 if (!GA.hasName() || isa<GlobalIFunc>(GA.getAliaseeObject())) in importFunctions()
1977 GlobalObject *GO = GA.getAliaseeObject(); in importFunctions()
H A DMemProfContextDisambiguation.cpp2691 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in findProfiledCalleeThroughTailCalls()
5120 auto *Aliasee = A.getAliaseeObject(); in applyImport()
5175 (!GA || CalledFunction != GA->getAliaseeObject())) { in applyImport()
5295 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in applyImport()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp228 if (const GlobalObject *GO = GV->getAliaseeObject()) in getSymbolFlags()
H A DIRSymtab.cpp307 const GlobalObject *GO = GV->getAliaseeObject(); in addSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp84 isa<GlobalIFunc>(cast<GlobalAlias>(SGV)->getAliaseeObject()))) in shouldPromoteLocalToGlobal()
H A DSplitModule.cpp104 const GlobalObject *GO = GV->getAliaseeObject(); in getGVPartitioningRoot()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp66 auto *GO = GVal->getAliaseeObject(); in isLargeGlobalValue()
/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.cpp430 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in computeFunctionSummary()
907 const GlobalObject *Aliasee = A.getAliaseeObject(); in computeAliasSummary()
1252 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in mayHaveMemprofSummary()
H A DStackSafetyAnalysis.cpp786 GV = A->getAliaseeObject(); in findCalleeInModule()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp381 const GlobalObject *GlobalAlias::getAliaseeObject() const { in getAliaseeObject() function in llvm::sandboxir::GlobalAlias
383 cast<llvm::GlobalAlias>(Val)->getAliaseeObject())); in getAliaseeObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h1310 LLVM_ABI const GlobalObject *getAliaseeObject() const;
1311 GlobalObject *getAliaseeObject() { in getAliaseeObject() function
1313 static_cast<const GlobalAlias *>(this)->getAliaseeObject()); in getAliaseeObject()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp486 const Function *F = dyn_cast_or_null<Function>(GA->getAliaseeObject()); in emitAliasDeclaration()
718 OS << ".alias " << Name->getName() << ", " << GA.getAliaseeObject()->getName() in emitGlobalAlias()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1633 if (auto *GO = GV->getAliaseeObject()) { in getNameWithPrefix()
1707 ComdatKey = GA->getAliaseeObject(); in getSelectionForCOFF()
2674 cast<GlobalAlias>(Func)->getAliaseeObject()))) && in getFunctionEntryPointSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp789 auto F = dyn_cast_or_null<Function>(A.getAliaseeObject()); in runOnModule()
/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.cpp1125 const GlobalObject *GO = GV->getAliaseeObject(); in LowerGlobalAddress()

12