HomeSort by relevance Sort by last modified time
    Searched refs:getGlobal (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 59 const GlobalValue *GV = MO.getGlobal();
80 StubValueTy(AP.getSymbol(MO.getGlobal()),
81 !MO.getGlobal()->hasInternalLinkage());
102 StubValueTy(AP.getSymbol(MO.getGlobal()),
103 !MO.getGlobal()->hasInternalLinkage());
PPCAsmPrinter.cpp 173 const GlobalValue *GV = MO.getGlobal();
348 MOSymbol = getSymbol(MO.getGlobal());
383 const GlobalValue *GV = MO.getGlobal();
427 const GlobalValue *GValue = MO.getGlobal();
458 const GlobalValue *GV = MO.getGlobal();
482 const GlobalValue *GValue = MO.getGlobal();
501 const GlobalValue *GValue = MO.getGlobal();
533 const GlobalValue *GValue = MO.getGlobal();
549 const GlobalValue *GValue = MO.getGlobal();
570 const GlobalValue *GValue = MO.getGlobal();
    [all...]
PPCCodeEmitter.cpp 169 const_cast<GlobalValue *>(MO.getGlobal()),
170 Cst, isa<Function>(MO.getGlobal()));
  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 46 Symbol = AP.getSymbol(MO.getGlobal());
SparcCodeEmitter.cpp 184 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO));
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 45 Symbol = AsmPrinter.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 88 GetARMGVSymbol(MO.getGlobal(), MO.getTargetFlags()));
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 76 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP);
HexagonAsmPrinter.cpp 84 O << *getSymbol(MO.getGlobal());
HexagonCopyToCombine.cpp 567 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
575 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
617 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
643 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 95 O << *getSymbol(MO.getGlobal());
MSP430MCInstLower.cpp 38 return Printer.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 46 Symbol = Printer.getSymbol(MO.getGlobal());
XCoreAsmPrinter.cpp 226 O << *getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 34 return Printer.getSymbol(MO.getGlobal());
86 const GlobalValue *GV = MO.getGlobal();
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 102 const GlobalValue *GV = MO.getGlobal();
128 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()),
129 !MO.getGlobal()->hasInternalLinkage());
140 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()),
141 !MO.getGlobal()->hasInternalLinkage());
154 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()),
155 !MO.getGlobal()->hasInternalLinkage());
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 210 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
212 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 191 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
298 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
MipsMCInstLower.cpp 76 Symbol = AsmPrinter.getSymbol(MO.getGlobal());
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 96 public boolean getGlobal()
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLoggerTest.java 72 assertSame(Logger.global, Logger.getGlobal());
  /packages/apps/LegacyCamera/src/com/android/camera/
ComboPreferences.java 63 public SharedPreferences getGlobal() {
  /external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 344 const GlobalValue *GV = TexHandleDef.getOperand(1).getGlobal();
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 343 if (DIG.getGlobal())
  /packages/apps/Camera/src/com/android/camera/
ComboPreferences.java 129 public SharedPreferences getGlobal() {

Completed in 724 milliseconds

1 2 3 4