Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp19 Error DebugCrossModuleExportsSubsectionRef::initialize( in initialize()
30 Error DebugCrossModuleExportsSubsectionRef::initialize(BinaryStreamRef Stream) { in initialize()
H A DDebugSubsectionVisitor.cpp55 DebugCrossModuleExportsSubsectionRef Section; in visitDebugSubsection()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h25 class DebugCrossModuleExportsSubsectionRef final : public DebugSubsectionRef {
30 DebugCrossModuleExportsSubsectionRef() in DebugCrossModuleExportsSubsectionRef() function
H A DDebugSubsectionVisitor.h22 class DebugCrossModuleExportsSubsectionRef; variable
45 visitCrossModuleExports(DebugCrossModuleExportsSubsectionRef &CSE,
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp160 fromCodeViewSubsection(const DebugCrossModuleExportsSubsectionRef &Exports);
648 const DebugCrossModuleExportsSubsectionRef &Exports) { in fromCodeViewSubsection()
775 Error visitCrossModuleExports(DebugCrossModuleExportsSubsectionRef &Checksums,
831 DebugCrossModuleExportsSubsectionRef &Exports, in visitCrossModuleExports()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp952 return iterateModuleSubsections<DebugCrossModuleExportsSubsectionRef>( in dumpXme()
955 DebugCrossModuleExportsSubsectionRef &Exports) -> Error { in dumpXme()