Searched refs:StubIndexes (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 264 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
|
D | OrcRemoteTargetClient.h | 474 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-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 320 auto I = StubIndexes.find(Name); in findStub() 321 if (I == StubIndexes.end()) in findStub() 336 auto I = StubIndexes.find(Name); in findPointer() 337 if (I == StubIndexes.end()) in findPointer() 351 auto I = StubIndexes.find(Name); in updatePointer() 352 assert(I != StubIndexes.end() && "No stub pointer for symbol"); in updatePointer() 383 StubIndexes[StubName] = std::make_pair(Key, StubFlags); in createStubInternal() 390 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes; variable
|
D | OrcRemoteTargetClient.h | 364 auto I = StubIndexes.find(Name); in findStub() 365 if (I == StubIndexes.end()) in findStub() 376 auto I = StubIndexes.find(Name); in findPointer() 377 if (I == StubIndexes.end()) in findPointer() 385 auto I = StubIndexes.find(Name); in updatePointer() 386 assert(I != StubIndexes.end() && "No stub pointer for symbol"); in updatePointer() 427 StubIndexes[StubName] = std::make_pair(Key, StubFlags); in createStubInternal() 449 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes; variable
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 390 auto I = StubIndexes.find(Name); in findStub() 391 if (I == StubIndexes.end()) in findStub() 406 auto I = StubIndexes.find(Name); in findPointer() 407 if (I == StubIndexes.end()) in findPointer() 421 auto I = StubIndexes.find(Name); in updatePointer() 422 assert(I != StubIndexes.end() && "No stub pointer for symbol"); in updatePointer() 453 StubIndexes[StubName] = std::make_pair(Key, StubFlags); in createStubInternal() 461 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes; variable
|
D | OrcRemoteTargetClient.h | 579 auto I = StubIndexes.find(Name); in findStub() 580 if (I == StubIndexes.end()) in findStub() 591 auto I = StubIndexes.find(Name); in findPointer() 592 if (I == StubIndexes.end()) in findPointer() 600 auto I = StubIndexes.find(Name); in updatePointer() 601 assert(I != StubIndexes.end() && "No stub pointer for symbol"); in updatePointer() 642 StubIndexes[StubName] = std::make_pair(Key, StubFlags); in createStubInternal() 664 StringMap<std::pair<StubKey, JITSymbolFlags>> StubIndexes; variable
|