Home
last modified time | relevance | path

Searched refs:getGlobal (Results 1 – 25 of 81) sorted by relevance

1234

/external/v8/test/mjsunit/strong/
Dload-builtins.js7 function getGlobal() { function
22 getGlobal()
41 assertDoesNotThrow(function(){"use strong"; getGlobal().bar});
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp62 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()
DPPCAsmPrinter.cpp194 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/
DMipsCCState.cpp64 llvm::StringRef Sym = G->getGlobal()->getName(); in getSpecialCallingConvForCallee()
65 Function *F = G->getGlobal()->getParent()->getFunction(Sym); in getSpecialCallingConvForCallee()
DMipsMCInstLower.cpp77 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp36 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
88 const GlobalValue *GV = MO.getGlobal(); in lowerSymbolOperandELF()
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp211 Op1->getGlobal() == Op2->getGlobal()) in isSimilarMemOp()
DX86MCInstLower.cpp158 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()
DX86ExpandPseudo.cpp101 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in ExpandMI()
/external/llvm/lib/Target/BPF/
DBPFMCInstLower.cpp30 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
DBPFAsmPrinter.cpp67 O << *getSymbol(MO.getGlobal()); in printOperand()
/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp552 .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()
DHexagonMCInstLower.cpp123 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP); in HexagonLowerToMC()
DHexagonAsmPrinter.cpp106 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
233 MOSymbol = AP.getSymbol(MO.getGlobal()); in smallData()
/external/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp46 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp32 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
DWebAssemblyAsmPrinter.cpp246 getSymbol(MO.getGlobal())->print(OS, MAI); in PrintAsmOperand()
/external/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp48 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp46 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/external/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp95 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
DMSP430MCInstLower.cpp38 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUMCInstLower.cpp71 const GlobalValue *GV = MO.getGlobal(); in lower()
/external/llvm/lib/Target/ARM/
DARMMCInstLower.cpp88 GetARMGVSymbol(MO.getGlobal(), MO.getTargetFlags())); in lowerOperand()
/external/llvm/lib/Target/NVPTX/
DNVPTXReplaceImageHandles.cpp170 const GlobalValue *GV = TexHandleDef.getOperand(1).getGlobal(); in findIndexForHandle()
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariable.java96 public boolean getGlobal() in getGlobal() method in Variable

1234