Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp116 class DebugObject { class
118 DebugObject(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in DebugObject() function in llvm::orc::DebugObject
134 virtual ~DebugObject() { in ~DebugObject()
164 void DebugObject::finalizeAsync(FinalizeContinuation OnFinalize) { in finalizeAsync()
188 class ELFDebugObject : public DebugObject {
190 static Expected<std::unique_ptr<DebugObject>>
218 : DebugObject(MemMgr, JD, ES), Buffer(std::move(Buffer)) { in ELFDebugObject()
296 Expected<std::unique_ptr<DebugObject>>
376 static Expected<std::unique_ptr<DebugObject>>
435 DebugObject &DebugObj = *It->second; in modifyPassConfig()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h33 class DebugObject; variable
92 using OwnedDebugObject = std::unique_ptr<DebugObject>;