Searched refs:MCGenDwarfLabelEntry (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/MC/ |
| D | MCContext.h | 134 std::vector<const MCGenDwarfLabelEntry *> MCGenDwarfLabelEntries; 384 const std::vector<const MCGenDwarfLabelEntry *> 388 void addMCGenDwarfLabelEntry(const MCGenDwarfLabelEntry *E) { in addMCGenDwarfLabelEntry()
|
| D | MCDwarf.h | 250 class MCGenDwarfLabelEntry { 262 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, unsigned lineNumber, in MCGenDwarfLabelEntry() function
|
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCDwarf.cpp | 678 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/ |
| D | AsmParser.cpp | 1262 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(), in parseStatement()
|