Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDIndirectionUtils.h397 auto I = StubIndexes.find(Name); in findStub()
398 if (I == StubIndexes.end()) in findStub()
412 auto I = StubIndexes.find(Name); in findPointer()
413 if (I == StubIndexes.end()) in findPointer()
426 auto I = StubIndexes.find(Name); in updatePointer()
427 assert(I != StubIndexes.end() && "No stub pointer for symbol"); in updatePointer()
458 StubIndexes[StubName] = std::make_pair(Key, StubFlags); in createStubInternal()
466 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes; variable