/external/llvm/lib/Target/PowerPC/ |
PPCMCInstLower.cpp | 43 const GlobalValue *GV = MO.getGlobal(); 72 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()), 73 !MO.getGlobal()->hasInternalLinkage()); 98 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()), 99 !MO.getGlobal()->hasInternalLinkage());
|
PPCAsmPrinter.cpp | 192 const GlobalValue *GV = MO.getGlobal(); 366 MOSymbol = Mang->getSymbol(MO.getGlobal()); 401 const GlobalValue *GValue = MO.getGlobal(); 444 const GlobalValue *GValue = MO.getGlobal(); 478 const GlobalValue *GValue = MO.getGlobal(); 504 const GlobalValue *GValue = MO.getGlobal(); 522 const GlobalValue *GValue = MO.getGlobal(); 536 const GlobalValue *GValue = MO.getGlobal(); 552 const GlobalValue *GValue = MO.getGlobal(); 573 const GlobalValue *GValue = MO.getGlobal(); [all...] |
PPCCodeEmitter.cpp | 166 const_cast<GlobalValue *>(MO.getGlobal()), 167 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());
|
HexagonCopyToCombine.cpp | 568 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), 576 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), 618 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), 644 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
|
/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/ |
SystemZMCInstLower.cpp | 70 return lowerSymbolOperand(MO, Mang->getSymbol(MO.getGlobal()),
|
/external/llvm/lib/Target/XCore/ |
XCoreMCInstLower.cpp | 46 Symbol = Mang->getSymbol(MO.getGlobal());
|
XCoreAsmPrinter.cpp | 220 O << *Mang->getSymbol(MO.getGlobal());
|
/external/llvm/lib/Target/AArch64/ |
AArch64AsmPrinter.cpp | 86 Name = Mang->getSymbol(MO.getGlobal())->getName(); 91 if (const GlobalVariable *GV = dyn_cast<GlobalVariable>(MO.getGlobal())) {
|
AArch64MCInstLower.cpp | 124 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 | 437 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(), [all...] |
/external/llvm/lib/Target/Mips/ |
MipsMCInstLower.cpp | 77 Symbol = Mang->getSymbol(MO.getGlobal());
|
MipsCodeEmitter.cpp | 179 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true); 226 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 | 119 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/Camera2/src/com/android/camera/ |
ComboPreferences.java | 132 public SharedPreferences getGlobal() {
|