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

/external/llvm/include/llvm/MC/
H A DMCContext.h134 std::vector<const MCGenDwarfLabelEntry *> MCGenDwarfLabelEntries;
377 const std::vector<const MCGenDwarfLabelEntry *>
381 void addMCGenDwarfLabelEntry(const MCGenDwarfLabelEntry *E) {
H A DMCDwarf.h250 class MCGenDwarfLabelEntry { class in namespace:llvm
262 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, function in class:llvm::MCGenDwarfLabelEntry
/external/llvm/lib/MC/
H A DMCDwarf.cpp675 const std::vector<const MCGenDwarfLabelEntry *> &Entries =
677 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it =
680 const MCGenDwarfLabelEntry *Entry = *it;
709 // Deallocate the MCGenDwarfLabelEntry classes that saved away the info
711 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it =
714 const MCGenDwarfLabelEntry *Entry = *it;
771 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS,
803 MCGenDwarfLabelEntry *Entry =
804 new MCGenDwarfLabelEntry(Name, FileNumber, LineNumber, Label);
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1242 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(),

Completed in 286 milliseconds