Searched refs:StubIndexes (Results 1 – 1 of 1) sorted by relevance
397 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