Searched refs:createStubInternal (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.h | 371 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 D | OrcRemoteTargetClient.h | 564 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
|