Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h89 codeview::DebugSubsectionArray Subsections; variable
H A DInputFile.h125 codeview::DebugSubsectionArray Subsections; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h69 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DInputFiles.h63 using Subsections = std::vector<Subsection>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp169 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS() argument
H A DCodeViewYAMLDebugSections.cpp748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList()
910 DebugSubsectionArray Subsections; in fromDebugS() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp121 DebugSubsectionArray &Subsections) { in isDebugSSection()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp74 std::array<std::vector<span<void (*)(void)>>, 26> Subsections; member