Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit()
DDWARFTypeUnit.h31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
DDWARFUnit.h215 bool IsDWO; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp63 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl()
176 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit()
DDWARFContext.cpp329 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local