Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h271 auto I = StubIndexes.find(Name); in findStub()
272 if (I == StubIndexes.end()) in findStub()
286 auto I = StubIndexes.find(Name); in findPointer()
287 if (I == StubIndexes.end()) in findPointer()
298 auto I = StubIndexes.find(Name); in updatePointer()
299 assert(I != StubIndexes.end() && "No stub pointer for symbol"); in updatePointer()
330 StubIndexes[StubName] = std::make_pair(Key, StubFlags); in createStubInternal()
336 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes; variable