Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h29 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit()
DDWARFTypeUnit.h30 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
DDWARFUnit.h227 bool IsDWO; variable
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp69 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl()
192 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit()
DDWARFContext.cpp355 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local
701 bool IsDWO) { in getTypeUnitForHash()