Home
last modified time | relevance | path

Searched refs:normal_units (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp545 DWARFDebugLine::SectionParser Parser(LineData, DICtx, DICtx.normal_units()); in collectObjectSources()
617 filterByName(Names, DICtx.normal_units(), OS, GetRegName); in dumpObjectFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h176 unit_iterator_range normal_units() { in normal_units() function
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp345 for (auto &CU : DICtx->normal_units()) in correlateProfileDataImpl()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp554 DWARFDebugLine::SectionParser Parser(LineData, *this, normal_units()); in dump()
667 DObj->getStrSection(), normal_units(), isLittleEndian()); in dump()
719 for (const auto &U : IsDWO ? dwo_units() : normal_units()) { in getTypeUnitForHash()