Searched defs:IsDWO (Results 1 – 9 of 9) sorted by relevance
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFCompileUnit.h | 22 bool IsDWO, const DWARFUnitSectionBase &UnitSection, in DWARFCompileUnit()
|
| D | DWARFTypeUnit.h | 24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, in DWARFTypeUnit()
|
| D | DWARFUnit.h | 84 bool IsDWO) override { in parseImpl()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFCompileUnit.h | 24 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFCompileUnit()
|
| D | DWARFTypeUnit.h | 31 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
|
| D | DWARFUnit.h | 215 bool IsDWO; variable
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFUnit.cpp | 38 bool IsDWO, const DWARFUnitSectionBase &UnitSection, in DWARFUnit()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFUnit.cpp | 63 const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, in addUnitsImpl() 176 bool IsDWO, const DWARFUnitVector &UnitVector) in DWARFUnit()
|
| D | DWARFContext.cpp | 329 bool IsDWO = (Extension == ".dwo") || (Extension == ".dwp"); in dump() local
|