/external/v8/test/mjsunit/strong/ |
D | load-builtins.js | 7 function getGlobal() { function 22 getGlobal() 41 assertDoesNotThrow(function(){"use strong"; getGlobal().bar});
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 62 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand() 83 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 84 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand() 105 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 106 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
|
D | PPCAsmPrinter.cpp | 194 const GlobalValue *GV = MO.getGlobal(); in printOperand() 433 const GlobalValue *GValue = CalleeMO.getGlobal(); in LowerPATCHPOINT() 478 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall() 592 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction() 636 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction() 671 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction() 720 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction() 750 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction() 773 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() 792 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 64 llvm::StringRef Sym = G->getGlobal()->getName(); in getSpecialCallingConvForCallee() 65 Function *F = G->getGlobal()->getParent()->getFunction(Sym); in getSpecialCallingConvForCallee()
|
D | MipsMCInstLower.cpp | 77 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64MCInstLower.cpp | 36 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol() 88 const GlobalValue *GV = MO.getGlobal(); in lowerSymbolOperandELF()
|
/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 211 Op1->getGlobal() == Op2->getGlobal()) in isSimilarMemOp()
|
D | X86MCInstLower.cpp | 158 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand() 186 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 187 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand() 198 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 199 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand() 212 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 213 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
|
D | X86ExpandPseudo.cpp | 101 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in ExpandMI()
|
/external/llvm/lib/Target/BPF/ |
D | BPFMCInstLower.cpp | 30 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
|
D | BPFAsmPrinter.cpp | 67 O << *getSymbol(MO.getGlobal()); in printOperand()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 552 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineII() 560 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineII() 649 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineIR() 698 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineRI()
|
D | HexagonMCInstLower.cpp | 123 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP); in HexagonLowerToMC()
|
D | HexagonAsmPrinter.cpp | 106 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand() 233 MOSymbol = AP.getSymbol(MO.getGlobal()); in smallData()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcMCInstLower.cpp | 46 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMCInstLower.cpp | 32 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
|
D | WebAssemblyAsmPrinter.cpp | 246 getSymbol(MO.getGlobal())->print(OS, MAI); in PrintAsmOperand()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZMCInstLower.cpp | 48 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreMCInstLower.cpp | 46 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430AsmPrinter.cpp | 95 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
|
D | MSP430MCInstLower.cpp | 38 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 71 const GlobalValue *GV = MO.getGlobal(); in lower()
|
/external/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 88 GetARMGVSymbol(MO.getGlobal(), MO.getTargetFlags())); in lowerOperand()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXReplaceImageHandles.cpp | 170 const GlobalValue *GV = TexHandleDef.getOperand(1).getGlobal(); in findIndexForHandle()
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | Variable.java | 96 public boolean getGlobal() in getGlobal() method in Variable
|