class DebugCrossModuleImportsSubsectionRef
Declaration
class DebugCrossModuleImportsSubsectionRef : public DebugSubsectionRef { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h:47
Inherits from: DebugSubsectionRef
Member Variables
Inherited from DebugSubsectionRef:
Method Overview
- public DebugCrossModuleImportsSubsectionRef()
- public llvm::codeview::DebugCrossModuleImportsSubsectionRef::Iterator begin() const
- public static bool classof(const llvm::codeview::DebugSubsectionRef * S)
- public llvm::codeview::DebugCrossModuleImportsSubsectionRef::Iterator end() const
- public llvm::Error initialize(llvm::BinaryStreamReader Reader)
- public llvm::Error initialize(llvm::BinaryStreamRef Stream)
Inherited from DebugSubsectionRef:
Methods
¶DebugCrossModuleImportsSubsectionRef()
DebugCrossModuleImportsSubsectionRef()
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h:52
¶llvm::codeview::
DebugCrossModuleImportsSubsectionRef::Iterator
begin() const
llvm::codeview::
DebugCrossModuleImportsSubsectionRef::Iterator
begin() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h:62
¶static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h:55
Parameters
- const llvm::codeview::DebugSubsectionRef* S
¶llvm::codeview::
DebugCrossModuleImportsSubsectionRef::Iterator
end() const
llvm::codeview::
DebugCrossModuleImportsSubsectionRef::Iterator
end() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h:63
¶llvm::Error initialize(
llvm::BinaryStreamReader Reader)
llvm::Error initialize(
llvm::BinaryStreamReader Reader)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h:59
Parameters
- llvm::BinaryStreamReader Reader
¶llvm::Error initialize(
llvm::BinaryStreamRef Stream)
llvm::Error initialize(
llvm::BinaryStreamRef Stream)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h:60
Parameters
- llvm::BinaryStreamRef Stream