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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp 541 const MCSection *StrSection, const MCSection *StrOffsetSection,
598 else if (OutSection == StrSection)
654 MCSection *const StrSection = MCOFI.getDwarfStrDWOSection();
663 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}},
675 DWPStringPool Strings(Out, StrSection);
702 KnownSections, StrSection, StrOffsetSection, TypesSection,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1578 StringRef StrSection;
1599 .Case("debug_str", &StrSection)
1919 StringRef getStrSection() const override { return StrSection; }

Completed in 24 milliseconds