Searched refs:LineSection (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFContext.h | 92 StringRef LineSection; variable 105 LineSection(lineSection), in DWARFContextInMemory() 112 virtual StringRef getLineSection() { return LineSection; } in getLineSection()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCDwarf.cpp | 90 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/ |
D | DWARFUnit.h | 111 StringRef LineSection; variable 157 StringRef getLineSection() const { return LineSection; } in getLineSection()
|
D | DWARFContext.h | 251 DWARFSection LineSection; variable 291 const DWARFSection &getLineSection() override { return LineSection; } in getLineSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 264 const DWARFSection &LineSection; variable 346 const DWARFSection &getLineSection() const { return LineSection; } in getLineSection()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 41 LineSection(LS), StringSection(SS), StringOffsetSection([&]() { in DWARFUnit()
|
D | DWARFContext.cpp | 696 .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/ |
D | DWARFContext.cpp | 1224 DWARFSectionMap LineSection; member in __anonddd817f10c11::DWARFObjInMemory 1245 .Case("debug_line", &LineSection) in mapNameToDWARFSection() 1543 const DWARFSection &getLineSection() const override { return LineSection; } in getLineSection()
|
D | DWARFUnit.cpp | 58 RangeSection(RS), LineSection(LS), StringSection(SS), in DWARFUnit()
|