Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h134 JITTargetAddress PointerAddress) in IndirectStubInfo()
135 : StubAddress(StubAddress), PointerAddress(PointerAddress) {} in IndirectStubInfo()
137 JITTargetAddress PointerAddress = 0; member
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp166 {ExecutorAddr((*AvailableStubInfos)[ASIdx++].PointerAddress), in createStubs()
175 {ExecutorAddr((*AvailableStubInfos)[ASIdx++].PointerAddress), in createStubs()
199 return {I->second.first.PointerAddress, I->second.second}; in findPointer()
212 PtrAddr = I->second.first.PointerAddress; in updatePointer()