Searched defs:IndirectStubsManager (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h207 class IndirectStubsManager { class in namespace:llvm::orc
212 virtual ~IndirectStubsManager() {}
237 /// @brief IndirectStubsManager implementation for the host architecture, e.g.
240 class LocalIndirectStubsManager : public IndirectStubsManager {
343 std::function<std::unique_ptr<IndirectStubsManager>()>

Completed in 85 milliseconds