Home
last modified time | relevance | path

Searched refs:isDWOUnit (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp935 CUDie.getDwarfUnit()->isDWOUnit() ? CU->getUnitDIE(false) : DummyDie; in createScopes()
939 (!CUDie.getDwarfUnit()->isDWOUnit() || in createScopes()
940 (SkeletonDie.isValid() ? !SkeletonDie.getDwarfUnit()->isDWOUnit() in createScopes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp500 if (!Unit->isDWOUnit()) in verifyDieRanges()
604 if (U->isDWOUnit() && RangeSection.Data.empty()) in verifyDebugInfoAttribute()
651 return U->isDWOUnit() ? Error::success() in verifyDebugInfoAttribute()
690 if (U->isDWOUnit() && !U->isTypeUnit()) in verifyDebugInfoAttribute()
H A DDWARFDie.cpp331 U->getVersion(), *Sig, U->isDWOUnit())) in resolveTypeUnitReference()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h318 bool isDWOUnit() const { return IsDWO; } in isDWOUnit() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp544 if (OS && !DWOCU->isDWOUnit()) { in convert()