Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h302 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 DOrcRemoteTargetClient.h349 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