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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 106 const SectionContribution *getContribution(DWARFSectionKind Sec) const;
107 const SectionContribution *getContribution() const;
DWARFUnit.h 483 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE))
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 247 DWARFUnitIndex::Entry::getContribution(DWARFSectionKind Sec) const {
256 DWARFUnitIndex::Entry::getContribution() const {
DWARFUnit.cpp 145 const auto *CUOff = E.getContribution(DW_SECT_INFO);
294 auto *UnitContrib = IndexEntry->getContribution();
298 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV);
473 if (auto *Contrib = IndexEntry->getContribution(DW_SECT_RNGLISTS))
493 if (const auto *C = IndexEntry->getContribution(
909 IndexEntry ? IndexEntry->getContribution(DW_SECT_STR_OFFSETS) : nullptr;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp 354 const auto *Off = Entry.getContribution(Kind);

Completed in 60 milliseconds