Searched refs:MCLineEntry (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCDwarf.h | 100 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/ |
D | pr15031.ll | 133 …r_base.216" = type { %"struct.std::_Vector_base<llvm::MCLineEntry, std::allocator<llvm::MCLineEntr… 134 …MCLineEntry, 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/ |
D | MCObjectStreamer.cpp | 188 MCLineEntry::Make(this, getCurrentSection()); in EmitInstruction()
|
D | MCDwarf.cpp | 71 void MCLineEntry::Make(MCStreamer *MCOS, const MCSection *Section) { in Make() 84 MCLineEntry LineEntry(LineSym, DwarfLoc); in Make()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 708 MCLineEntry::Make(&OutStreamer, getCurrentSection()); in EmitFunctionBody()
|