Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp163 std::vector<tpctypes::UInt32Write> PtrUpdates; in createStubs() local
165 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress, in createStubs()
167 return MemAccess.writeUInt32s(PtrUpdates); in createStubs()
171 std::vector<tpctypes::UInt64Write> PtrUpdates; in createStubs() local
173 PtrUpdates.push_back({(*AvailableStubInfos)[ASIdx++].PointerAddress, in createStubs()
175 return MemAccess.writeUInt64s(PtrUpdates); in createStubs()