Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp126 class DebugObject { class
128 DebugObject(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in DebugObject() function in llvm::orc::DebugObject
139 virtual ~DebugObject() { in ~DebugObject()
169 void DebugObject::finalizeAsync(FinalizeContinuation OnFinalize) { in finalizeAsync()
194 class ELFDebugObject : public DebugObject {
196 static Expected<std::unique_ptr<DebugObject>>
224 : DebugObject(MemMgr, JD, ES), Buffer(std::move(Buffer)) { in ELFDebugObject()
310 Expected<std::unique_ptr<DebugObject>>
391 static Expected<std::unique_ptr<DebugObject>>
437 DebugObject &DebugObj = *It->second; in modifyPassConfig()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h33 class DebugObject; variable
72 using OwnedDebugObject = std::unique_ptr<DebugObject>;