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

1 2 3 4

  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 62 const GlobalValue *GV = MO.getGlobal();
83 StubValueTy(AP.getSymbol(MO.getGlobal()),
84 !MO.getGlobal()->hasInternalLinkage());
105 StubValueTy(AP.getSymbol(MO.getGlobal()),
106 !MO.getGlobal()->hasInternalLinkage());
PPCAsmPrinter.cpp 195 const GlobalValue *GV = MO.getGlobal();
427 const GlobalValue *GValue = MO.getGlobal();
540 MOSymbol = getSymbol(MO.getGlobal());
584 MOSymbol = getSymbol(MO.getGlobal());
622 const GlobalValue *GV = MO.getGlobal();
674 const GlobalValue *GValue = MO.getGlobal();
705 const GlobalValue *GV = MO.getGlobal();
729 const GlobalValue *GValue = MO.getGlobal();
748 const GlobalValue *GValue = MO.getGlobal();
808 const GlobalValue *GValue = MO.getGlobal();
    [all...]
  /external/llvm/lib/Target/BPF/
BPFAsmPrinter.cpp 67 O << *getSymbol(MO.getGlobal());
BPFMCInstLower.cpp 30 return Printer.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 70 llvm::StringRef Sym = G->getGlobal()->getName();
71 Function *F = G->getGlobal()->getParent()->getFunction(Sym);
MipsMCInstLower.cpp 77 Symbol = AsmPrinter.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 74 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP);
HexagonAsmPrinter.cpp 88 O << *getSymbol(MO.getGlobal());
HexagonCopyToCombine.cpp 564 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
572 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
614 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
640 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 46 Symbol = AP.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 95 O << *getSymbol(MO.getGlobal());
MSP430MCInstLower.cpp 38 return Printer.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 47 Symbol = AsmPrinter.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 46 Symbol = Printer.getSymbol(MO.getGlobal());
XCoreAsmPrinter.cpp 223 O << *getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 36 return Printer.getSymbol(MO.getGlobal());
88 const GlobalValue *GV = MO.getGlobal();
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 88 GetARMGVSymbol(MO.getGlobal(), MO.getTargetFlags()));
  /external/llvm/lib/Target/NVPTX/
NVPTXReplaceImageHandles.cpp 170 const GlobalValue *GV = TexHandleDef.getOperand(1).getGlobal();
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 71 const GlobalValue *GV = MO.getGlobal();
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 217 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
219 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
  /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/X86/
X86MCInstLower.cpp 154 const GlobalValue *GV = MO.getGlobal();
180 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()),
181 !MO.getGlobal()->hasInternalLinkage());
192 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()),
193 !MO.getGlobal()->hasInternalLinkage());
206 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()),
207 !MO.getGlobal()->hasInternalLinkage());
    [all...]
  /packages/apps/Camera/src/com/android/camera/
ComboPreferences.java 129 public SharedPreferences getGlobal() {

Completed in 364 milliseconds

1 2 3 4