Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h136 IndirectStubInfo(ExecutorAddr StubAddress, ExecutorAddr PointerAddress) in IndirectStubInfo()
137 : StubAddress(StubAddress), PointerAddress(PointerAddress) {} in IndirectStubInfo()
139 ExecutorAddr PointerAddress; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp163 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress, in createStubs()
171 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress, in createStubs()
195 return {I->second.first.PointerAddress, I->second.second}; in findPointer()
208 PtrAddr = I->second.first.PointerAddress; in updatePointer()