Home
last modified time | relevance | path

Searched refs:MCGenDwarfLabelEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCContext.h134 std::vector<const MCGenDwarfLabelEntry *> MCGenDwarfLabelEntries;
384 const std::vector<const MCGenDwarfLabelEntry *>
388 void addMCGenDwarfLabelEntry(const MCGenDwarfLabelEntry *E) { in addMCGenDwarfLabelEntry()
DMCDwarf.h250 class MCGenDwarfLabelEntry {
262 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, unsigned lineNumber, in MCGenDwarfLabelEntry() function
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCDwarf.cpp678 const std::vector<const MCGenDwarfLabelEntry *> &Entries = in EmitGenDwarfInfo()
680 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it = in EmitGenDwarfInfo()
683 const MCGenDwarfLabelEntry *Entry = *it; in EmitGenDwarfInfo()
714 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it = in EmitGenDwarfInfo()
717 const MCGenDwarfLabelEntry *Entry = *it; in EmitGenDwarfInfo()
774 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, in Make()
806 MCGenDwarfLabelEntry *Entry = in Make()
807 new MCGenDwarfLabelEntry(Name, FileNumber, LineNumber, Label); in Make()
/freebsd-9-stable/contrib/llvm/lib/MC/MCParser/
DAsmParser.cpp1262 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(), in parseStatement()