HomeSort by relevance Sort by last modified time
    Searched refs:getBaseObject (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/IR/
GlobalAlias.h 89 const GlobalObject *getBaseObject() const {
90 return const_cast<GlobalAlias *>(this)->getBaseObject();
92 GlobalObject *getBaseObject() {
96 const GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) const {
97 return const_cast<GlobalAlias *>(this)->getBaseObject(DL, Offset);
99 GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) {
  /external/llvm/lib/Transforms/Utils/
SplitModule.cpp 44 if (const GlobalObject *Base = GA->getBaseObject())
  /external/llvm/lib/IR/
Globals.cpp 60 if (const GlobalObject *GO = GA->getBaseObject())
104 if (const GlobalObject *GO = GA->getBaseObject())
114 if (const GlobalObject *GO = GA->getBaseObject())
  /external/llvm/lib/Linker/
LinkModules.cpp 176 const GlobalObject *GO = GA->getBaseObject();
349 GVal = GA->getBaseObject();
  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 231 F = dyn_cast<Function>(SGA->getBaseObject());
  /external/llvm/tools/gold/
gold-plugin.cpp 315 static const GlobalObject *getBaseObject(const GlobalValue &GV) {
317 return GA->getBaseObject();
503 const GlobalObject *Base = getBaseObject(*GV);
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 843 ComdatKey = GA->getBaseObject();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 679 if (auto F = dyn_cast<Function>(GA->getBaseObject())) {
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 926 milliseconds