Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h229 unit_iterator_range dwo_units() { in dwo_units() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp418 for (auto &CU : DICtx->dwo_units()) in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp611 for (const auto &U :D.dwo_units()) { in getDWOTypeUnitMap()
1211 DWARFDebugLine::SectionParser Parser(LineData, *this, dwo_units()); in dump()
1320 DObj->getStrDWOSection(), dwo_units(), in dump()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp706 filterByName(Names, DICtx.dwo_units(), OS, GetRegName); in dumpObjectFile()