Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h22 bool IsDWO, const DWARFUnitSectionBase &UnitSection, in DWARFCompileUnit()
DDWARFTypeUnit.h24 StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, in DWARFTypeUnit()
DDWARFUnit.h84 bool IsDWO) override { in parseImpl()
/external/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
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp38 bool IsDWO, const DWARFUnitSectionBase &UnitSection, in DWARFUnit()
/external/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