Home
last modified time | relevance | path

Searched refs:StubKey (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h292 using StubKey = std::pair<uint16_t, uint16_t>; variable
293 std::vector<StubKey> FreeStubs;
294 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;
DOrcRemoteTargetClient.h395 using StubKey = std::pair<uint16_t, uint16_t>; variable
428 JITTargetAddress getStubAddr(StubKey K) { in getStubAddr()
435 JITTargetAddress getPtrAddr(StubKey K) { in getPtrAddr()
445 std::vector<StubKey> FreeStubs;
446 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;