Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h614 using StubKey = std::pair<uint16_t, uint16_t>; variable
647 JITTargetAddress getStubAddr(StubKey K) { in getStubAddr()
654 JITTargetAddress getPtrAddr(StubKey K) { in getPtrAddr()
664 std::vector<StubKey> FreeStubs;
665 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;
H A DIndirectionUtils.h459 using StubKey = std::pair<uint16_t, uint16_t>; variable
460 std::vector<StubKey> FreeStubs;
461 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;