Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp163 std::vector<tpctypes::UInt32Write> PtrUpdates; in createStubs() local
165 PtrUpdates.push_back( in createStubs()
168 return MemAccess.writeUInt32s(PtrUpdates); in createStubs()
172 std::vector<tpctypes::UInt64Write> PtrUpdates; in createStubs() local
174 PtrUpdates.push_back( in createStubs()
177 return MemAccess.writeUInt64s(PtrUpdates); in createStubs()