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-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h398 using StubKey = std::pair<uint16_t, uint16_t>; variable
431 JITTargetAddress getStubAddr(StubKey K) { in getStubAddr()
438 JITTargetAddress getPtrAddr(StubKey K) { in getPtrAddr()
448 std::vector<StubKey> FreeStubs;
449 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;
DIndirectionUtils.h388 using StubKey = std::pair<uint16_t, uint16_t>; variable
389 std::vector<StubKey> FreeStubs;
390 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes;