Searched refs:MCLineEntry (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCDwarf.h | 75 friend class MCLineEntry; variable 138 class MCLineEntry : public MCDwarfLoc { 147 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc) in MCLineEntry() function 165 void addLineEntry(const MCLineEntry &LineEntry, MCSection *Sec) { in addLineEntry() 169 typedef std::vector<MCLineEntry> MCLineEntryCollection;
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 130 MCLineEntry::Make(this, getCurrentSection().first); in EmitValueImpl() 237 MCLineEntry::Make(this, getCurrentSection().first); in EmitInstruction() 306 MCLineEntry::Make(this, getCurrentSection().first); in EmitDwarfLocDirective() 368 MCLineEntry::Make(this, getCurrentSection().first); in EmitBytes()
|
D | MCDwarf.cpp | 49 void MCLineEntry::Make(MCObjectStreamer *MCOS, MCSection *Section) { in Make() 62 MCLineEntry LineEntry(LineSym, DwarfLoc); in Make()
|
/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"* }
|