Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCDwarf.h179 class MCLineSection {
182 MCLineSection(const MCLineSection&); // DO NOT IMPLEMENT
183 void operator=(const MCLineSection&); // DO NOT IMPLEMENT
188 MCLineSection() {} in MCLineSection() function
DMCContext.h31 class MCLineSection; variable
108 DenseMap<const MCSection *, MCLineSection *> MCLineSections;
222 const DenseMap<const MCSection *, MCLineSection *>
229 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { in addMCLineSection()
/external/llvm/include/llvm/MC/
DMCDwarf.h160 class MCLineSection {
227 MCLineSection MCLineSections;
267 const MCLineSection &getMCLineSections() const { in getMCLineSections()
270 MCLineSection &getMCLineSections() { in getMCLineSections()
DMCContext.h41 class MCLineSection; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCDwarf.h175 class MCLineSection {
283 MCLineSection MCLineSections;
351 const MCLineSection &getMCLineSections() const { in getMCLineSections()
354 MCLineSection &getMCLineSections() { in getMCLineSections()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp88 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = in Make()
90 MCLineSection *LineSection = MCLineSections.lookup(Section); in Make()
95 LineSection = new MCLineSection; in Make()
131 const MCLineSection *LineSection) { in EmitDwarfLineTable()
140 for (MCLineSection::const_iterator in EmitDwarfLineTable()
292 const DenseMap<const MCSection *, MCLineSection *> &MCLineSections = in Emit()
300 const MCLineSection *Line = MCLineSections.lookup(Sec); in Emit()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dpr15031.ll130 %"struct.std::pair.83" = type { %"class.llvm::MCSection"*, %"class.llvm::MCLineSection"* }
131 %"class.llvm::MCLineSection" = type { %"class.std::vector.215" }
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll130 %"struct.std::pair.83" = type { %"class.llvm::MCSection"*, %"class.llvm::MCLineSection"* }
131 %"class.llvm::MCLineSection" = type { %"class.std::vector.215" }
/external/llvm/lib/MC/
DMCDwarf.cpp102 const MCLineSection::MCDwarfLineEntryCollection &LineEntries) { in EmitDwarfLineTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp152 const MCLineSection::MCDwarfLineEntryCollection &LineEntries) { in EmitDwarfLineTable()