Home
last modified time | relevance | path

Searched refs:StubIndexes (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h230 auto I = StubIndexes.find(Name); in findStub()
231 if (I == StubIndexes.end()) in findStub()
245 auto I = StubIndexes.find(Name); in findPointer()
246 if (I == StubIndexes.end()) in findPointer()
257 auto I = StubIndexes.find(Name); in updatePointer()
258 assert(I != StubIndexes.end() && "No stub pointer for symbol"); in updatePointer()
288 StubIndexes[StubName] = std::make_pair(Key, StubFlags); in createStubInternal()
294 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes; variable
DOrcRemoteTargetClient.h361 auto I = StubIndexes.find(Name); in findStub()
362 if (I == StubIndexes.end()) in findStub()
373 auto I = StubIndexes.find(Name); in findPointer()
374 if (I == StubIndexes.end()) in findPointer()
382 auto I = StubIndexes.find(Name); in updatePointer()
383 assert(I != StubIndexes.end() && "No stub pointer for symbol"); in updatePointer()
424 StubIndexes[StubName] = std::make_pair(Key, StubFlags); in createStubInternal()
446 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes; variable