Home
last modified time | relevance | path

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

/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,
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.cpp43 Error DebugCrossModuleImportsSubsectionRef::initialize(
48 Error DebugCrossModuleImportsSubsectionRef::initialize(BinaryStreamRef Stream) {
H A DDebugSubsectionVisitor.cpp60 DebugCrossModuleImportsSubsectionRef Section; in visitDebugSubsection()
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp173 const DebugCrossModuleImportsSubsectionRef &Imports);
655 const DebugCrossModuleImportsSubsectionRef &Imports) { in fromCodeViewSubsection()
775 Error visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &Inlinees,
840 DebugCrossModuleImportsSubsectionRef &Imports,
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp913 return iterateModuleSubsections<DebugCrossModuleImportsSubsectionRef>( in dumpXmi()
916 DebugCrossModuleImportsSubsectionRef &Imports) -> Error { in dumpXmi()