Searched refs:JITLinkerBase (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h29 /// A JITLinkerBase instance links one object file into an ongoing JIT
33 class JITLinkerBase { class in namespace:llvm::jitlink
35 JITLinkerBase(std::unique_ptr<JITLinkContext> Ctx, function in class:llvm::jitlink::JITLinkerBase
42 virtual ~JITLinkerBase();
55 // JITLinkerBase implementations to add late passes that reference their
69 void linkPhase1(std::unique_ptr<JITLinkerBase> Self);
77 void linkPhase2(std::unique_ptr<JITLinkerBase> Self,
83 void linkPhase3(std::unique_ptr<JITLinkerBase> Self, Error Err);
121 template <typename LinkerImpl> class JITLinker : public JITLinkerBase {
123 using JITLinkerBase
[all...]
H A DJITLinkGeneric.cpp23 JITLinkerBase::~JITLinkerBase() {}
25 void JITLinkerBase::linkPhase1(std::unique_ptr<JITLinkerBase> Self) {
116 void JITLinkerBase::linkPhase2(std::unique_ptr<JITLinkerBase> Self,
163 std::unique_ptr<JITLinkerBase> Self(UnownedSelf);
170 void JITLinkerBase::linkPhase3(std::unique_ptr<JITLinkerBase> Self, Error Err) {
183 Error JITLinkerBase
[all...]

Completed in 121 milliseconds