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

/external/llvm/include/llvm/IR/
H A DGlobalIndirectSymbol.h52 const GlobalObject *getBaseObject() const { function in class:llvm::GlobalIndirectSymbol
53 return const_cast<GlobalIndirectSymbol *>(this)->getBaseObject();
55 GlobalObject *getBaseObject() { function in class:llvm::GlobalIndirectSymbol
59 const GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) const { function in class:llvm::GlobalIndirectSymbol
60 return const_cast<GlobalIndirectSymbol *>(this)->getBaseObject(DL, Offset);
62 GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) { function in class:llvm::GlobalIndirectSymbol
/external/llvm/lib/IR/
H A DGlobals.cpp61 if (const GlobalObject *GO = GA->getBaseObject())
134 if (const GlobalObject *GO = GA->getBaseObject())
144 if (const GlobalObject *GO = GA->getBaseObject())
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalValue.h510 const GlobalObject *getBaseObject() const {
511 return const_cast<GlobalValue *>(this)->getBaseObject();
513 GlobalObject *getBaseObject();
/external/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp111 if (const GlobalObject *Base = GIS->getBaseObject())
209 if (const GlobalObject *Base = GIS->getBaseObject())
H A DFunctionImportUtils.cpp30 const GlobalObject *GO = GA->getBaseObject();
/external/llvm/tools/gold/
H A Dgold-plugin.cpp394 static const GlobalObject *getBaseObject(const GlobalValue &GV) { function
396 return GA->getBaseObject();
584 const GlobalObject *Base = getBaseObject(*GV);
/external/llvm/lib/Linker/
H A DLinkModules.cpp151 GVal = GA->getBaseObject();
/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp642 GlobalObject *GO = GA.getBaseObject();
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp867 ComdatKey = GA->getBaseObject();
/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp268 GlobalObject *Root = Alias.getBaseObject();
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2756 if (GA && GA->getBaseObject())
2757 F = dyn_cast<Function>(GA->getBaseObject());
3347 auto *Aliasee = A.getBaseObject();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1098 const GlobalObject *BaseObject = GA->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.cpp1687 cast<llvm::GlobalAlias>(VFTable)->getBaseObject())
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1987 GO = GA->getBaseObject();

Completed in 428 milliseconds