Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.h92 StringRef LineSection; variable
105 LineSection(lineSection), in DWARFContextInMemory()
112 virtual StringRef getLineSection() { return LineSection; } in getLineSection()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp90 MCLineSection *LineSection = MCLineSections.lookup(Section); in Make() local
91 if (!LineSection) { in Make()
95 LineSection = new MCLineSection; in Make()
97 MCOS->getContext().addMCLineSection(Section, LineSection); in Make()
101 LineSection->addLineEntry(LineEntry); in Make()
131 const MCLineSection *LineSection) { in EmitDwarfLineTable() argument
141 it = LineSection->getMCLineEntries()->begin(), in EmitDwarfLineTable()
142 ie = LineSection->getMCLineEntries()->end(); it != ie; ++it) { in EmitDwarfLineTable()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h264 const DWARFSection &LineSection; variable
346 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-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1224 DWARFSectionMap LineSection; member in __anonddd817f10c11::DWARFObjInMemory
1245 .Case("debug_line", &LineSection) in mapNameToDWARFSection()
1543 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
DDWARFUnit.cpp58 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()