OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOTAddr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldELFMips.cpp
136
uint64_t
GOTAddr
= getSectionLoadAddress(SectionToGOTMap[SectionID]);
137
return Value + Addend - (
GOTAddr
+ 0x7ff0);
174
uint64_t
GOTAddr
= getSectionLoadAddress(SectionToGOTMap[SectionID]);
175
return Value + Addend - (
GOTAddr
+ 0x7ff0);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
584
auto *
GOTAddr
= Builder.CreateIntToPtr(GOTAsInt, Int8PtrPtrTy, "global_addr");
587
return Builder.CreateLoad(Address(
GOTAddr
, getPointerAlign()),
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.cpp
2364
Register
GOTAddr
= MRI.createGenericVirtualRegister(PtrTy);
2372
buildPCRelGlobalAddress(
GOTAddr
, PtrTy, B, GV, 0, SIInstrInfo::MO_GOTPCREL32);
2376
auto Load = B.buildLoad(PtrTy,
GOTAddr
, *GOTMMO);
2379
B.buildLoad(DstReg,
GOTAddr
, *GOTMMO);
SIISelLowering.cpp
5717
SDValue
GOTAddr
= buildPCRelGlobalAddress(DAG, GV, DL, 0, PtrVT,
5727
return DAG.getLoad(PtrVT, DL, DAG.getEntryNode(),
GOTAddr
, PtrInfo, Alignment,
Completed in 42 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026