Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h324 void *StubAddr = IndirectStubsInfos[Key.first].getStub(Key.second); in findStub()
340 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second); in findPointer()
355 IndirectStubsInfos[Key.first].getPtr(Key.second)); in updatePointer()
366 unsigned NewBlockId = IndirectStubsInfos.size(); in reserveStubs()
373 IndirectStubsInfos.push_back(std::move(ISI)); in reserveStubs()
381 *IndirectStubsInfos[Key.first].getPtr(Key.second) = in createStubInternal()
387 std::vector<typename TargetT::IndirectStubsInfo> IndirectStubsInfos; variable