Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h326 typedef std::pair<uint16_t, uint16_t> StubKey; typedef
327 std::vector<StubKey> FreeStubs;
328 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;
DOrcRemoteTargetClient.h511 typedef std::pair<uint16_t, uint16_t> StubKey; typedef
512 std::vector<StubKey> FreeStubs;
513 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;
546 TargetAddress getStubAddr(StubKey K) { in getStubAddr()
553 TargetAddress getPtrAddr(StubKey K) { in getPtrAddr()