HomeSort by relevance Sort by last modified time
    Searched refs:MCGenDwarfLabelEntry (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCContext.h 120 std::vector<const MCGenDwarfLabelEntry *> MCGenDwarfLabelEntries;
296 const std::vector<const MCGenDwarfLabelEntry *>
300 void addMCGenDwarfLabelEntry(const MCGenDwarfLabelEntry *E) {
MCDwarf.h 239 class MCGenDwarfLabelEntry {
251 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber,
  /external/llvm/lib/MC/
MCDwarf.cpp 647 const std::vector<const MCGenDwarfLabelEntry *> &Entries =
649 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it =
652 const MCGenDwarfLabelEntry *Entry = *it;
681 // Deallocate the MCGenDwarfLabelEntry classes that saved away the info
683 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it =
686 const MCGenDwarfLabelEntry *Entry = *it;
737 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS,
769 MCGenDwarfLabelEntry *Entry =
770 new MCGenDwarfLabelEntry(Name, FileNumber, LineNumber, Label);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 35 milliseconds