Searched defs:IsDWO (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 29 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit()
|
H A D | DWARFTypeUnit.h | 30 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
|
H A D | DWARFUnit.h | 232 bool IsDWO; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 69 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl() argument 195 DWARFUnit(DWARFContext & DC,const DWARFSection & Section,const DWARFUnitHeader & Header,const DWARFDebugAbbrev * DA,const DWARFSection * RS,const DWARFSection * LocSection,StringRef SS,const DWARFSection & SOS,const DWARFSection * AOS,const DWARFSection & LS,bool LE,bool IsDWO,const DWARFUnitVector & UnitVector) DWARFUnit() argument [all...] |
H A D | DWARFContext.cpp | 619 getTypeUnitMap(bool IsDWO) getTypeUnitMap() argument 738 getTypeUnitMap(bool IsDWO) getTypeUnitMap() argument 994 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); dump() local 1348 getTypeUnitForHash(uint16_t Version,uint64_t Hash,bool IsDWO) getTypeUnitForHash() argument
|