class DebugObjectSection
Declaration
class DebugObjectSection { /* full declaration omitted */ };
Declared at: llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp:41
Method Overview
- public virtual void dump(llvm::raw_ostream & OS, llvm::StringRef Name)
- public virtual void setTargetMemoryRange(llvm::jitlink::SectionRange Range)
- public virtual ~DebugObjectSection()
Methods
¶virtual void dump(llvm::raw_ostream& OS,
llvm::StringRef Name)
virtual void dump(llvm::raw_ostream& OS,
llvm::StringRef Name)
Declared at: llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp:44
Parameters
- llvm::raw_ostream& OS
- llvm::StringRef Name
¶virtual void setTargetMemoryRange(
llvm::jitlink::SectionRange Range)
virtual void setTargetMemoryRange(
llvm::jitlink::SectionRange Range)
Declared at: llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp:43
Parameters
¶virtual ~DebugObjectSection()
virtual ~DebugObjectSection()
Declared at: llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp:45