Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h264 auto I = StubIndexes.find(Name); in findStub()
265 if (I == StubIndexes.end()) in findStub()
279 auto I = StubIndexes.find(Name); in findPointer()
280 if (I == StubIndexes.end()) in findPointer()
291 auto I = StubIndexes.find(Name); in updatePointer()
292 assert(I != StubIndexes.end() && "No stub pointer for symbol"); in updatePointer()
322 StubIndexes[StubName] = std::make_pair(Key, StubFlags); in createStubInternal()
328 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes; variable
DOrcRemoteTargetClient.h474 auto I = StubIndexes.find(Name); in findStub()
475 if (I == StubIndexes.end()) in findStub()
486 auto I = StubIndexes.find(Name); in findPointer()
487 if (I == StubIndexes.end()) in findPointer()
495 auto I = StubIndexes.find(Name); in updatePointer()
496 assert(I != StubIndexes.end() && "No stub pointer for symbol"); in updatePointer()
513 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes; variable
542 StubIndexes[StubName] = std::make_pair(Key, StubFlags); in createStubInternal()