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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCContext.h120 std::vector<const MCGenDwarfLabelEntry *> MCGenDwarfLabelEntries;
301 const std::vector<const MCGenDwarfLabelEntry *>
305 void addMCGenDwarfLabelEntry(const MCGenDwarfLabelEntry *E) {
H A DMCDwarf.h240 class MCGenDwarfLabelEntry { class in namespace:llvm
252 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, function in class:llvm::MCGenDwarfLabelEntry
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCDwarf.cpp650 const std::vector<const MCGenDwarfLabelEntry *> &Entries =
652 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it =
655 const MCGenDwarfLabelEntry *Entry = *it;
684 // Deallocate the MCGenDwarfLabelEntry classes that saved away the info
686 for (std::vector<const MCGenDwarfLabelEntry *>::const_iterator it =
689 const MCGenDwarfLabelEntry *Entry = *it;
740 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS,
772 MCGenDwarfLabelEntry *Entry =
773 new MCGenDwarfLabelEntry(Name, FileNumber, LineNumber, Label);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmParser.cpp1195 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(),

Completed in 79 milliseconds