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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 206 const DWARFSection &InfoSection;
279 const DWARFSection &getInfoSection() const { return InfoSection; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp 547 std::vector<StringRef> &CurTypesSection, StringRef &InfoSection,
585 InfoSection = Contents;
695 StringRef InfoSection;
705 CurStrSection, CurStrOffsetSection, CurTypesSection, InfoSection,
709 if (InfoSection.empty())
713 parseCompileUnitHeader(InfoSection);
723 AbbrevSection, InfoSection, CurStrOffsetSection, CurStrSection);
754 getSubsection(InfoSection, E, DW_SECT_INFO),
  /src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp 998 const MCSection *InfoSection = Section.getLinkedToSection();
999 sh_info = SectionIndexMap.lookup(cast<MCSectionELF>(InfoSection));

Completed in 27 milliseconds