Searched refs:createStubInternal (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/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
|