Home
last modified time | relevance | path

Searched refs:PointerAddress (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTPCIndirectionUtils.h134 JITTargetAddress PointerAddress) in IndirectStubInfo()
135 : StubAddress(StubAddress), PointerAddress(PointerAddress) {} in IndirectStubInfo()
137 JITTargetAddress PointerAddress = 0; member
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp165 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress, in createStubs()
173 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress, in createStubs()
197 return {I->second.first.PointerAddress, I->second.second}; in findPointer()
210 PtrAddr = I->second.first.PointerAddress; in updatePointer()