Searched refs:MCGenDwarfLabelEntry (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 120 std::vector<const MCGenDwarfLabelEntry *> MCGenDwarfLabelEntries; 296 const std::vector<const MCGenDwarfLabelEntry *> 300 void addMCGenDwarfLabelEntry(const MCGenDwarfLabelEntry *E) { in addMCGenDwarfLabelEntry()
|
D | MCDwarf.h | 239 class MCGenDwarfLabelEntry { 251 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, in MCGenDwarfLabelEntry() function
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 647 const std::vector<const MCGenDwarfLabelEntry *> &Entries = in EmitGenDwarfInfo() 649 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it = in EmitGenDwarfInfo() 652 const MCGenDwarfLabelEntry *Entry = *it; in EmitGenDwarfInfo() 683 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it = in EmitGenDwarfInfo() 686 const MCGenDwarfLabelEntry *Entry = *it; in EmitGenDwarfInfo() 737 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, in Make() 769 MCGenDwarfLabelEntry *Entry = in Make() 770 new MCGenDwarfLabelEntry(Name, FileNumber, LineNumber, Label); in Make()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1095 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(), in ParseStatement()
|