Home
last modified time | relevance | path

Searched defs:Subsections (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h89 codeview::DebugSubsectionArray Subsections; variable
H A DInputFile.h126 codeview::DebugSubsectionArray Subsections; variable
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp132 codeview::DebugSubsectionArray Subsections; in initializeFileAndStringTable() local
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h69 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h62 using Subsections = std::vector<Subsection>; variable
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp172 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS()
H A DCodeViewYAMLDebugSections.cpp748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList()
910 DebugSubsectionArray Subsections; in fromDebugS() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp120 DebugSubsectionArray &Subsections) { in isDebugSSection()