Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp114 class DebugObject { class
116 DebugObject(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in DebugObject() function in llvm::orc::DebugObject
132 virtual ~DebugObject() { in ~DebugObject()
162 void DebugObject::finalizeAsync(FinalizeContinuation OnFinalize) { in finalizeAsync()
186 class ELFDebugObject : public DebugObject {
188 static Expected<std::unique_ptr<DebugObject>>
216 : DebugObject(MemMgr, JD, ES), Buffer(std::move(Buffer)) { in ELFDebugObject()
294 Expected<std::unique_ptr<DebugObject>>
375 static Expected<std::unique_ptr<DebugObject>>
434 DebugObject &DebugObj = *It->second; in modifyPassConfig()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h34 class DebugObject; variable
93 using OwnedDebugObject = std::unique_ptr<DebugObject>;