Home
last modified time | relevance | path

Searched refs:LineSection (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h111 StringRef LineSection; variable
157 StringRef getLineSection() const { return LineSection; } in getLineSection()
DDWARFContext.h251 DWARFSection LineSection; variable
291 const DWARFSection &getLineSection() override { return LineSection; } in getLineSection()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h217 const DWARFSection &LineSection; variable
299 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h209 const DWARFSection &LineSection; variable
293 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp41 LineSection(LS), StringSection(SS), StringOffsetSection([&]() { in DWARFUnit()
DDWARFContext.cpp696 .Case("debug_line", &LineSection.Data) in DWARFContextInMemory()
767 .Case("debug_line", &LineSection.Relocs) in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1449 DWARFSectionMap LineSection; member in __anonc7c59b990d11::DWARFObjInMemory
1476 .Case("debug_line", &LineSection) in mapNameToDWARFSection()
1844 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
DDWARFUnit.cpp178 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1514 DWARFSectionMap LineSection; member in __anonbdce32250f11::DWARFObjInMemory
1542 .Case("debug_line", &LineSection) in mapNameToDWARFSection()
1906 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
DDWARFUnit.cpp180 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()