Searched defs:MCLineSection (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCDwarf.h175 /// MCLineSection - Instances of this class represent the line information
179 class MCLineSection { class in namespace:llvm
182 MCLineSection(const MCLineSection&); // DO NOT IMPLEMENT
183 void operator=(const MCLineSection&); // DO NOT IMPLEMENT
186 // Constructor to create an MCLineSection with an empty MCLineEntries
188 MCLineSection() {} function in class:llvm::MCLineSection
190 // addLineEntry - adds an entry to this MCLineSection's line entries

Completed in 1141 milliseconds