Home
last modified time | relevance | path

Searched refs:MCLineEntry (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCDwarf.h100 friend class MCLineEntry; variable
154 class MCLineEntry : public MCDwarfLoc {
163 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc) : MCDwarfLoc(loc), in MCLineEntry() function
190 void addLineEntry(const MCLineEntry &LineEntry, unsigned CUID) { in addLineEntry()
194 typedef std::vector<MCLineEntry> MCLineEntryCollection;
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll133 …r_base.216" = type { %"struct.std::_Vector_base<llvm::MCLineEntry, std::allocator<llvm::MCLineEntr…
134MCLineEntry, std::allocator<llvm::MCLineEntry> >::_Vector_impl" = type { %"class.llvm::MCLineEntry
135 %"class.llvm::MCLineEntry" = type { %"class.llvm::MCDwarfLoc", %"class.llvm::MCSymbol"* }
/external/llvm/lib/MC/
DMCObjectStreamer.cpp188 MCLineEntry::Make(this, getCurrentSection()); in EmitInstruction()
DMCDwarf.cpp71 void MCLineEntry::Make(MCStreamer *MCOS, const MCSection *Section) { in Make()
84 MCLineEntry LineEntry(LineSym, DwarfLoc); in Make()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp708 MCLineEntry::Make(&OutStreamer, getCurrentSection()); in EmitFunctionBody()