Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit()
H A DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
H A DDWARFUnit.h223 bool IsDWO; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp62 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl()
178 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit()
H A DDWARFContext.cpp352 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local