Searched refs:MCLineSection (Results 1 – 10 of 10) sorted by relevance
179 class MCLineSection {182 MCLineSection(const MCLineSection&); // DO NOT IMPLEMENT183 void operator=(const MCLineSection&); // DO NOT IMPLEMENT188 MCLineSection() {} in MCLineSection() function
31 class MCLineSection; variable108 DenseMap<const MCSection *, MCLineSection *> MCLineSections;222 const DenseMap<const MCSection *, MCLineSection *>229 void addMCLineSection(const MCSection *Sec, MCLineSection *Line) { in addMCLineSection()
160 class MCLineSection {227 MCLineSection MCLineSections;267 const MCLineSection &getMCLineSections() const { in getMCLineSections()270 MCLineSection &getMCLineSections() { in getMCLineSections()
41 class MCLineSection; variable
175 class MCLineSection {283 MCLineSection MCLineSections;351 const MCLineSection &getMCLineSections() const { in getMCLineSections()354 MCLineSection &getMCLineSections() { in getMCLineSections()
88 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()
130 %"struct.std::pair.83" = type { %"class.llvm::MCSection"*, %"class.llvm::MCLineSection"* }131 %"class.llvm::MCLineSection" = type { %"class.std::vector.215" }
102 const MCLineSection::MCDwarfLineEntryCollection &LineEntries) { in EmitDwarfLineTable()
152 const MCLineSection::MCDwarfLineEntryCollection &LineEntries) { in EmitDwarfLineTable()