Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp912 return iterateModuleSubsections<DebugCrossModuleImportsSubsectionRef>( in dumpXmi()
915 DebugCrossModuleImportsSubsectionRef &Imports) -> Error { in dumpXmi()