/external/llvm/lib/Object/ |
D | IRObjectFile.cpp | 128 static GlobalValue *getGV(DataRefImpl &Symb) { in getGV() function 164 const GlobalValue *GV = getGV(Symb); in moveSymbolNext() 202 const GlobalValue *GV = getGV(Symb); in printSymbolName() 222 const GlobalValue *GV = getGV(Symb); in getSymbolFlags() 259 GlobalValue *IRObjectFile::getSymbolGV(DataRefImpl Symb) { return getGV(Symb); } in getSymbolGV()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDebugRegisterer.cpp | 103 ELFSym *FnSym = ELFSym::getGV(F, in MakeELF()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELF.h | 71 static ELFSym *getGV(const GlobalValue *GV, unsigned Bind, in getGV() function
|
D | ELFCodeEmitter.cpp | 74 ELFSym *FnSym = ELFSym::getGV(F, EW.getGlobalELFBinding(F), ELF::STT_FUNC, in finishFunction()
|
D | ELFWriter.cpp | 357 : ELFSym::getGV(GV, SymBind, SymType, getGlobalELFVisibility(GV)); in EmitGlobal() 598 MachineRelocation::getGV(GblS.getCurrentPCOffset(), in EmitGlobalDataRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 145 const GlobalValue *getGV() const;
|
D | ARMConstantPoolValue.cpp | 157 const GlobalValue *ARMConstantPoolConstant::getGV() const { in getGV() function in ARMConstantPoolConstant
|
D | ARMCodeEmitter.cpp | 473 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress() 639 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in emitConstPoolInstruction()
|
D | ARMAsmPrinter.cpp | 858 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
|
D | ARMBaseInstrInfo.cpp | 1096 Create(cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, in duplicateCPV()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineRelocation.h | 82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType,
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 162 const GlobalValue *getGV() const;
|
D | ARMConstantPoolValue.cpp | 162 const GlobalValue *ARMConstantPoolConstant::getGV() const { in getGV() function in ARMConstantPoolConstant
|
D | ARMAsmPrinter.cpp | 965 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
|
D | ARMBaseInstrInfo.cpp | 1383 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 206 MCE.addRelocation(MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 160 return MachineRelocation::getGV(MCE.getCurrentPCOffset(), RelocID, in GetRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 177 const GlobalValue *getGV() const;
|
D | ARMConstantPoolValue.cpp | 183 const GlobalValue *ARMConstantPoolConstant::getGV() const { in getGV() function in ARMConstantPoolConstant
|
D | ARMAsmPrinter.cpp | 869 const GlobalValue *GV = cast<ARMConstantPoolConstant>(ACPV)->getGV(); in EmitMachineConstantPoolValue()
|
D | ARMBaseInstrInfo.cpp | 1552 cast<ARMConstantPoolConstant>(ACPV)->getGV(), PCLabelId, ARMCP::CPValue, in duplicateCPV()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 274 : MachineRelocation::getGV(MCE.getCurrentPCOffset(), Reloc, in emitGlobalAddress()
|