Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp124 class DebugObject { class
126 DebugObject(JITLinkContext &Ctx, ExecutionSession &ES) : Ctx(Ctx), ES(ES) {} in DebugObject() function in llvm::orc::DebugObject
134 virtual ~DebugObject() { in ~DebugObject()
159 void DebugObject::finalizeAsync(FinalizeContinuation OnFinalize) { in finalizeAsync()
182 class ELFDebugObject : public DebugObject {
184 static Expected<std::unique_ptr<DebugObject>>
212 : DebugObject(Ctx, ES), Buffer(std::move(Buffer)) { in ELFDebugObject()
294 Expected<std::unique_ptr<DebugObject>>
317 Expected<std::unique_ptr<DebugObject::Allocation>>
377 static Expected<std::unique_ptr<DebugObject>>
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h33 class DebugObject; variable
72 using OwnedDebugObject = std::unique_ptr<DebugObject>;