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.h48 class DebugCrossModuleImportsSubsectionRef final : public DebugSubsectionRef {
53 DebugCrossModuleImportsSubsectionRef()
H A DDebugSubsectionVisitor.h23 class DebugCrossModuleImportsSubsectionRef; variable
48 visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &CSE,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp44 Error DebugCrossModuleImportsSubsectionRef::initialize( in initialize()
49 Error DebugCrossModuleImportsSubsectionRef::initialize(BinaryStreamRef Stream) { in initialize()
H A DDebugSubsectionVisitor.cpp61 DebugCrossModuleImportsSubsectionRef Section; in visitDebugSubsection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp175 const DebugCrossModuleImportsSubsectionRef &Imports);
657 const DebugCrossModuleImportsSubsectionRef &Imports) { in fromCodeViewSubsection()
777 Error visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &Inlinees,
842 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()