Home
last modified time | relevance | path

Searched refs:createStubInternal (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h371 createStubInternal(StubName, StubAddr, StubFlags); in createStub()
382 createStubInternal(Entry.first(), Entry.second.first, in createStubs()
447 void createStubInternal(StringRef StubName, JITTargetAddress InitAddr, in createStubInternal() function
H A DOrcRemoteTargetClient.h564 return createStubInternal(StubName, StubAddr, StubFlags); in createStub()
572 if (auto Err = createStubInternal(Entry.first(), Entry.second.first, in createStubs()
639 Error createStubInternal(StringRef StubName, JITTargetAddress InitAddr, in createStubInternal() function