Searched refs:GOTAddr (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 137 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() local 138 return Value + Addend - (GOTAddr + 0x7ff0); in evaluateMIPS64Relocation() 175 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() local 176 return Value + Addend - (GOTAddr + 0x7ff0); in evaluateMIPS64Relocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 657 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() local 658 return Value + Addend - (GOTAddr + 0x7ff0); in evaluateMIPS64Relocation() 691 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() local 692 return Value + Addend - (GOTAddr + 0x7ff0); in evaluateMIPS64Relocation()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1576 SDValue GOTAddr = buildPCRelGlobalAddress(DAG, GV, DL, 0, PtrVT, in LowerGlobalAddress() local 1586 return DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), GOTAddr, in LowerGlobalAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4430 SDValue GOTAddr = buildPCRelGlobalAddress(DAG, GV, DL, 0, PtrVT, in LowerGlobalAddress() local 4440 return DAG.getLoad(PtrVT, DL, DAG.getEntryNode(), GOTAddr, PtrInfo, Align, in LowerGlobalAddress()
|