HomeSort by: relevance | last modified time | path
    Searched defs:Subsections (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
ModuleDebugStream.h 58 iterator_range<DebugSubsectionIterator> subsections() const;
60 return Subsections;
86 codeview::DebugSubsectionArray Subsections;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.h 105 return Subsections;
122 codeview::DebugSubsectionArray Subsections;
PdbYaml.h 73 std::vector<CodeViewYAML::YAMLDebugSubsection> Subsections;
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp 130 codeview::DebugSubsectionArray Subsections;
131 Err(Reader.readArray(Subsections, Reader.bytesRemaining()));
133 SC.initialize(Subsections);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 748 BumpPtrAllocator &Allocator, ArrayRef<YAMLDebugSubsection> Subsections,
751 if (Subsections.empty())
754 for (const auto &SS : Subsections) {
910 DebugSubsectionArray Subsections;
911 Err(Reader.readArray(Subsections, Reader.bytesRemaining()));
915 for (const auto &SS : Subsections) {
924 // String Table and Checksums subsections don't use the allocator.

Completed in 18 milliseconds