Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h120 std::vector<const MCGenDwarfLabelEntry *> MCGenDwarfLabelEntries;
296 const std::vector<const MCGenDwarfLabelEntry *>
300 void addMCGenDwarfLabelEntry(const MCGenDwarfLabelEntry *E) { in addMCGenDwarfLabelEntry()
DMCDwarf.h239 class MCGenDwarfLabelEntry {
251 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, in MCGenDwarfLabelEntry() function
/external/llvm/lib/MC/
DMCDwarf.cpp647 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/
DAsmParser.cpp1095 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(), in ParseStatement()