Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h90 codeview::DebugSubsectionArray Subsections; variable
H A DInputFile.h126 codeview::DebugSubsectionArray Subsections; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h70 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections; member
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h63 using Subsections = std::vector<Subsection>; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp163 toDebugS(ArrayRef<CodeViewYAML::YAMLDebugSubsection> Subsections, in toDebugS()
H A DCodeViewYAMLDebugSections.cpp744 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections, in toCodeViewSubsectionList()
906 DebugSubsectionArray Subsections; in fromDebugS() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp121 DebugSubsectionArray &Subsections) { in isDebugSSection() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp75 std::array<std::vector<span<void (*)(void)>>, 26> Subsections; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp285 auto &Subsections = Section->Subsections; in changeSectionImpl() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h123 SmallVector<std::pair<unsigned, FragList>, 1> Subsections; variable