Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h399 using StubKey = std::pair<uint16_t, uint16_t>; variable
432 JITTargetAddress getStubAddr(StubKey K) { in getStubAddr()
439 JITTargetAddress getPtrAddr(StubKey K) { in getPtrAddr()
449 std::vector<StubKey> FreeStubs;
450 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;
H A DIndirectionUtils.h389 using StubKey = std::pair<uint16_t, uint16_t>; variable
390 std::vector<StubKey> FreeStubs;
391 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;