Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCDwarf.h101 friend class MCLineEntry; variable
155 class MCLineEntry : public MCDwarfLoc {
164 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc) : MCDwarfLoc(loc), in MCLineEntry() function
191 void addLineEntry(const MCLineEntry &LineEntry) { in addLineEntry()
195 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/swiftshader/third_party/LLVM/lib/MC/
DMCObjectStreamer.cpp164 MCLineEntry::Make(this, getCurrentSection()); in EmitInstruction()
DMCDwarf.cpp68 void MCLineEntry::Make(MCStreamer *MCOS, const MCSection *Section) { in Make()
81 MCLineEntry LineEntry(LineSym, DwarfLoc); in Make()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp702 MCLineEntry::Make(&OutStreamer, getCurrentSection()); in EmitFunctionBody()