Searched refs:getBaseObject (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/IR/
H A DGlobalAlias.h89 const GlobalObject *getBaseObject() const { function in class:llvm::GlobalAlias
90 return const_cast<GlobalAlias *>(this)->getBaseObject();
92 GlobalObject *getBaseObject() { function in class:llvm::GlobalAlias
96 const GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) const { function in class:llvm::GlobalAlias
97 return const_cast<GlobalAlias *>(this)->getBaseObject(DL, Offset);
99 GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) { function in class:llvm::GlobalAlias
/external/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp44 if (const GlobalObject *Base = GA->getBaseObject())
/external/llvm/lib/IR/
H A DGlobals.cpp60 if (const GlobalObject *GO = GA->getBaseObject())
104 if (const GlobalObject *GO = GA->getBaseObject())
114 if (const GlobalObject *GO = GA->getBaseObject())
/external/llvm/lib/Linker/
H A DLinkModules.cpp176 const GlobalObject *GO = GA->getBaseObject();
349 GVal = GA->getBaseObject();
/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp231 F = dyn_cast<Function>(SGA->getBaseObject());
/external/llvm/tools/gold/
H A Dgold-plugin.cpp315 static const GlobalObject *getBaseObject(const GlobalValue &GV) { function
317 return GA->getBaseObject();
503 const GlobalObject *Base = getBaseObject(*GV);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2294 if (GA && GA->getBaseObject())
2295 F = dyn_cast<Function>(GA->getBaseObject());
2816 if (!A.getBaseObject())
2818 const Function *F = dyn_cast<Function>(A.getBaseObject());
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp843 ComdatKey = GA->getBaseObject();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1169 const GlobalObject *BaseObject = Alias.getBaseObject();
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp679 if (auto F = dyn_cast<Function>(GA->getBaseObject())) {
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1686 cast<llvm::GlobalAlias>(VFTable)->getBaseObject())
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1818 GO = GA->getBaseObject();

Completed in 562 milliseconds