Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp124 class DebugObject { class
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>>
423 DebugObject &DebugObj = *It->second; in modifyPassConfig()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.h33 class DebugObject; variable
72 using OwnedDebugObject = std::unique_ptr<DebugObject>;