Home
last modified time | relevance | path

Searched defs:IsDWO (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFCompileUnit.h29 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit()
HDDWARFTypeUnit.h30 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
HDDWARFUnit.h232 bool IsDWO; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFUnit.cpp69 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl()
199 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit()
HDDWARFContext.cpp620 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap()
739 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap()
995 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local
1349 bool IsDWO) { in getTypeUnitForHash()