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

1 2 3 4

  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 41 const GlobalValue *GV = MO.getGlobal();
63 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
64 !MO.getGlobal()->hasInternalLinkage());
89 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
90 !MO.getGlobal()->hasInternalLinkage());
PPCAsmPrinter.cpp 203 const GlobalValue *GV = MO.getGlobal();
397 MOSymbol = Mang->getSymbol(MO.getGlobal());
432 const GlobalValue *GValue = MO.getGlobal();
476 const GlobalValue *GValue = MO.getGlobal();
510 const GlobalValue *GValue = MO.getGlobal();
536 const GlobalValue *GValue = MO.getGlobal();
555 const GlobalValue *GValue = MO.getGlobal();
569 const GlobalValue *GValue = MO.getGlobal();
585 const GlobalValue *GValue = MO.getGlobal();
606 const GlobalValue *GValue = MO.getGlobal();
    [all...]
PPCCodeEmitter.cpp 163 const_cast<GlobalValue *>(MO.getGlobal()),
164 Cst, isa<Function>(MO.getGlobal()));
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 85 MCOp = GetSymbolRef(MO, Mang->getSymbol(MO.getGlobal()));
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 76 MCO = GetSymbolRef(MO, AP.Mang->getSymbol(MO.getGlobal()), AP);
HexagonAsmPrinter.cpp 102 O << *Mang->getSymbol(MO.getGlobal());
270 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 95 O << *Mang->getSymbol(MO.getGlobal());
MSP430MCInstLower.cpp 36 return Printer.Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 46 Symbol = Mang->getSymbol(MO.getGlobal());
XCoreAsmPrinter.cpp 230 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 96 Name = Mang->getSymbol(MO.getGlobal())->getName();
101 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(MO.getGlobal())) {
AArch64MCInstLower.cpp 107 MCOp = lowerSymbolOperand(MO, Mang->getSymbol(MO.getGlobal()));
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 76 const GlobalValue *GV = MO.getGlobal();
113 StubValueTy(Mang->getSymbol(MO.getGlobal()),
114 !MO.getGlobal()->hasInternalLinkage());
127 StubValueTy(Mang->getSymbol(MO.getGlobal()),
128 !MO.getGlobal()->hasInternalLinkage());
143 StubValueTy(Mang->getSymbol(MO.getGlobal()),
144 !MO.getGlobal()->hasInternalLinkage());
X86CodeEmitter.cpp 442 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 39 return Printer.Mang->getSymbol(MO.getGlobal());
MBlazeAsmPrinter.cpp 240 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 77 Symbol = Mang->getSymbol(MO.getGlobal());
MipsCodeEmitter.cpp 176 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
223 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 205 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
207 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 96 public boolean getGlobal()
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 96 O << *Mang->getSymbol(MO.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() {
  /packages/apps/Camera/src/com/android/camera/
ComboPreferences.java 129 public SharedPreferences getGlobal() {
  /packages/apps/Gallery2/src/com/android/camera/
ComboPreferences.java 132 public SharedPreferences getGlobal() {

Completed in 578 milliseconds

1 2 3 4