Home
last modified time | relevance | path

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/
DIndirectionUtils.h301 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
DOrcRemoteTargetClient.h348 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