Home
last modified time | relevance | path

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

12

/freebsd-14.2/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.h634 const GlobalObject *getAliaseeObject() const;
635 GlobalObject *getAliaseeObject() { in getAliaseeObject() function
637 static_cast<const GlobalValue *>(this)->getAliaseeObject()); in getAliaseeObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp177 if (const GlobalObject *GO = GA->getAliaseeObject()) in getSection()
187 if (const GlobalObject *GO = GA->getAliaseeObject()) in getComdat()
368 const GlobalObject *GlobalValue::getAliaseeObject() const { in getAliaseeObject() function in GlobalValue
556 const GlobalObject *GlobalAlias::getAliaseeObject() const { in getAliaseeObject() function in GlobalAlias
H A DMangler.cpp148 const Function *MSFunc = dyn_cast_or_null<Function>(GV->getAliaseeObject()); in getNameWithPrefix()
H A DIRBuilder.cpp534 return A->getAliaseeObject()->getAlign(); in getAlign()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp46 auto *GO = GVal->getAliaseeObject(); in isLargeGlobalValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1517 GlobalObject *Obj = GA.getAliaseeObject(); in thinLTOFinalizeInModule()
1538 isa<GlobalIFunc>(cast<GlobalAlias>(&GV)->getAliaseeObject()))) in thinLTOInternalizeModule()
1576 Function *Fn = cast<Function>(GA->getAliaseeObject()); in replaceAliasWithAliasee()
1671 if (!GA.hasName() || isa<GlobalIFunc>(GA.getAliaseeObject())) in importFunctions()
1682 GlobalObject *GO = GA.getAliaseeObject(); in importFunctions()
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 DMemProfContextDisambiguation.cpp1858 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in findProfiledCalleeThroughTailCalls()
3295 auto *Aliasee = A.getAliaseeObject(); in applyImport()
3435 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in applyImport()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp217 if (const GlobalObject *GO = GV->getAliaseeObject()) in getSymbolFlags()
H A DIRSymtab.cpp302 const GlobalObject *GO = GV->getAliaseeObject(); in addSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp52 isa<GlobalIFunc>(cast<GlobalAlias>(SGV)->getAliaseeObject()))) in shouldPromoteLocalToGlobal()
H A DSplitModule.cpp93 const GlobalObject *GO = GV->getAliaseeObject(); in getGVPartitioningRoot()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp386 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in computeFunctionSummary()
784 const GlobalObject *Aliasee = A.getAliaseeObject(); in computeAliasSummary()
1131 CalledFunction = dyn_cast<Function>(GA->getAliaseeObject()); in mayHaveMemprofSummary()
H A DStackSafetyAnalysis.cpp765 GV = A->getAliaseeObject(); in findCalleeInModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1575 if (auto *GO = GV->getAliaseeObject()) { in getNameWithPrefix()
1649 ComdatKey = GA->getAliaseeObject(); in getSelectionForCOFF()
2618 cast<GlobalAlias>(Func)->getAliaseeObject()))) && in getFunctionEntryPointSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp284 GlobalObject *Root = Alias.getAliaseeObject(); in TestFuncs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1172 const GlobalObject *GO = GV->getAliaseeObject(); in LowerGlobalAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2110 if (isa<GlobalVariable>(GA.getAliaseeObject())) in emitGlobalAlias()
2162 const GlobalObject *BaseObject = GA.getAliaseeObject(); in emitGlobalAlias()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp838 if (GlobalObject *GO = GA.getAliaseeObject()) in addRegularLTO()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2795 const GlobalObject *Aliasee = Alias.getAliaseeObject(); in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1565 auto *F = dyn_cast<Function>(GA.getAliaseeObject()); in runImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1877 cast<llvm::GlobalAlias>(VFTable)->getAliaseeObject()) in getAddrOfVTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1228 const GlobalObject *GO = GV->getAliaseeObject(); in LowerGLOBALADDRESS()

12