Searched refs:createStubInternal (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 247 createStubInternal(StubName, StubAddr, StubFlags); in createStub() 257 createStubInternal(Entry.first(), Entry.second.first, in createStubs() 316 void createStubInternal(StringRef StubName, TargetAddress InitAddr, in createStubInternal() function
|
D | OrcRemoteTargetClient.h | 458 return createStubInternal(StubName, StubAddr, StubFlags); in createStub() 466 if (auto Err = createStubInternal(Entry.first(), Entry.second.first, in createStubs() 538 Error createStubInternal(StringRef StubName, TargetAddress InitAddr, in createStubInternal() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 301 createStubInternal(StubName, StubAddr, StubFlags); in createStub() 312 createStubInternal(Entry.first(), Entry.second.first, in createStubs() 377 void createStubInternal(StringRef StubName, JITTargetAddress InitAddr, in createStubInternal() function
|
D | OrcRemoteTargetClient.h | 348 return createStubInternal(StubName, StubAddr, StubFlags); in createStub() 356 if (auto Err = createStubInternal(Entry.first(), Entry.second.first, in createStubs() 423 Error createStubInternal(StringRef StubName, JITTargetAddress InitAddr, in createStubInternal() function
|