Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp949 CUDie.getDwarfUnit()->isDWOUnit() ? CU->getUnitDIE(false) : DummyDie; in createScopes()
953 (!CUDie.getDwarfUnit()->isDWOUnit() || in createScopes()
954 (SkeletonDie.isValid() ? !SkeletonDie.getDwarfUnit()->isDWOUnit() in createScopes()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp562 if (!Unit->isDWOUnit()) in verifyDieRanges()
678 if (U->isDWOUnit() && RangeSection.Data.empty()) in verifyDebugInfoAttribute()
730 return U->isDWOUnit() ? Error::success() in verifyDebugInfoAttribute()
771 if (U->isDWOUnit() && !U->isTypeUnit()) in verifyDebugInfoAttribute()
H A DDWARFDie.cpp330 U->getVersion(), *Sig, U->isDWOUnit())) in resolveTypeUnitReference()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h318 bool isDWOUnit() const { return IsDWO; } in isDWOUnit() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp565 if (!DWOCU->isDWOUnit()) in convert()