Searched refs:createStubInternal (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.h | 302 createStubInternal(StubName, StubAddr, StubFlags); in createStub() 313 createStubInternal(Entry.first(), Entry.second.first, in createStubs() 378 void createStubInternal(StringRef StubName, JITTargetAddress InitAddr, in createStubInternal() function
|
| H A D | OrcRemoteTargetClient.h | 349 return createStubInternal(StubName, StubAddr, StubFlags); in createStub() 357 if (auto Err = createStubInternal(Entry.first(), Entry.second.first, in createStubs() 424 Error createStubInternal(StringRef StubName, JITTargetAddress InitAddr, in createStubInternal() function
|