Home
last modified time | relevance | path

Searched refs:DebugCrossModuleImportsSubsectionRef (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h49 class DebugCrossModuleImportsSubsectionRef final : public DebugSubsectionRef {
54 DebugCrossModuleImportsSubsectionRef()
H A DDebugSubsectionVisitor.h23 class DebugCrossModuleImportsSubsectionRef; variable
48 visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &CSE,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp43 Error DebugCrossModuleImportsSubsectionRef::initialize( in initialize()
48 Error DebugCrossModuleImportsSubsectionRef::initialize(BinaryStreamRef Stream) { in initialize()
H A DDebugSubsectionVisitor.cpp60 DebugCrossModuleImportsSubsectionRef Section; in visitDebugSubsection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp173 const DebugCrossModuleImportsSubsectionRef &Imports);
655 const DebugCrossModuleImportsSubsectionRef &Imports) { in fromCodeViewSubsection()
773 Error visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &Inlinees,
838 DebugCrossModuleImportsSubsectionRef &Imports, in visitCrossModuleImports()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp913 return iterateModuleSubsections<DebugCrossModuleImportsSubsectionRef>( in dumpXmi()
916 DebugCrossModuleImportsSubsectionRef &Imports) -> Error { in dumpXmi()