class DebugCrossModuleExportsSubsectionRef
Declaration
class DebugCrossModuleExportsSubsectionRef : public DebugSubsectionRef { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:24
Inherits from: DebugSubsectionRef
Member Variables
Inherited from DebugSubsectionRef:
Method Overview
- public DebugCrossModuleExportsSubsectionRef()
- public llvm::codeview::DebugCrossModuleExportsSubsectionRef::Iterator begin() const
- public static bool classof(const llvm::codeview::DebugSubsectionRef * S)
- public llvm::codeview::DebugCrossModuleExportsSubsectionRef::Iterator end() const
- public llvm::Error initialize(llvm::BinaryStreamReader Reader)
- public llvm::Error initialize(llvm::BinaryStreamRef Stream)
Inherited from DebugSubsectionRef:
Methods
¶DebugCrossModuleExportsSubsectionRef()
DebugCrossModuleExportsSubsectionRef()
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:29
¶llvm::codeview::
DebugCrossModuleExportsSubsectionRef::Iterator
begin() const
llvm::codeview::
DebugCrossModuleExportsSubsectionRef::Iterator
begin() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:39
¶static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:32
Parameters
- const llvm::codeview::DebugSubsectionRef* S
¶llvm::codeview::
DebugCrossModuleExportsSubsectionRef::Iterator
end() const
llvm::codeview::
DebugCrossModuleExportsSubsectionRef::Iterator
end() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:40
¶llvm::Error initialize(
llvm::BinaryStreamReader Reader)
llvm::Error initialize(
llvm::BinaryStreamReader Reader)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:36
Parameters
- llvm::BinaryStreamReader Reader
¶llvm::Error initialize(
llvm::BinaryStreamRef Stream)
llvm::Error initialize(
llvm::BinaryStreamRef Stream)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h:37
Parameters
- llvm::BinaryStreamRef Stream