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

1 2 3

  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 40 const GlobalValue *GV = MO.getGlobal();
62 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
63 !MO.getGlobal()->hasInternalLinkage());
88 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
89 !MO.getGlobal()->hasInternalLinkage());
PPCCodeEmitter.cpp 161 const_cast<GlobalValue *>(MO.getGlobal()),
162 Cst, isa<Function>(MO.getGlobal()));
PPCAsmPrinter.cpp 197 const GlobalValue *GV = MO.getGlobal();
356 MCSymbol *&TOCEntry = TOC[Mang->getSymbol(MO.getGlobal())];
  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 74 const GlobalValue *GV = MO.getGlobal();
X86MCInstLower.cpp 55 const GlobalValue *GV = MO.getGlobal();
87 StubValueTy(Mang->getSymbol(MO.getGlobal()),
88 !MO.getGlobal()->hasInternalLinkage());
101 StubValueTy(Mang->getSymbol(MO.getGlobal()),
102 !MO.getGlobal()->hasInternalLinkage());
117 StubValueTy(Mang->getSymbol(MO.getGlobal()),
118 !MO.getGlobal()->hasInternalLinkage());
X86CodeEmitter.cpp 424 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
775 emitGlobalAddress(MO.getGlobal(), X86::reloc_pcrel_word,
826 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 88 MCOp = GetSymbolRef(MO, Mang->getSymbol(MO.getGlobal()));
  /external/llvm/lib/Target/Alpha/
AlphaAsmPrinter.cpp 111 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/Blackfin/
BlackfinAsmPrinter.cpp 91 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/SystemZ/
SystemZAsmPrinter.cpp 93 const GlobalValue *GV = MO.getGlobal();
159 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 39 return Printer.Mang->getSymbol(MO.getGlobal());
MBlazeAsmPrinter.cpp 236 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 62 Symbol = Mang->getSymbol(MO.getGlobal());
MipsCodeEmitter.cpp 190 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
MipsAsmPrinter.cpp 350 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/CellSPU/
SPUAsmPrinter.cpp 277 const GlobalValue *GV = MO.getGlobal();
284 O << *Mang->getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 173 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
368 const GlobalValue *GV = cast<GlobalAddressSDNode>(Callee)->getGlobal();
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 96 public boolean getGlobal()
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 173 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off);
  /external/llvm/lib/Analysis/
DbgInfoPrinter.cpp 72 if (DIGlobalVariable(DIG).getGlobal() == V)
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 95 O << *Mang->getSymbol(MO.getGlobal());
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLoggerTest.java 72 assertSame(Logger.global, Logger.getGlobal());
  /packages/apps/Camera/src/com/android/camera/
ComboPreferences.java 63 public SharedPreferences getGlobal() {

Completed in 2759 milliseconds

1 2 3