Searched refs:MCGenDwarfLabelEntry (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 168 std::vector<MCGenDwarfLabelEntry> MCGenDwarfLabelEntries; 608 const std::vector<MCGenDwarfLabelEntry> &getMCGenDwarfLabelEntries() const { in getMCGenDwarfLabelEntries() 612 void addMCGenDwarfLabelEntry(const MCGenDwarfLabelEntry &E) { in addMCGenDwarfLabelEntry()
|
| H A D | MCDwarf.h | 388 class MCGenDwarfLabelEntry { 400 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, unsigned lineNumber, in MCGenDwarfLabelEntry() function
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1043 const std::vector<MCGenDwarfLabelEntry> &Entries = in EmitGenDwarfInfo() 1192 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, in Make() 1226 MCGenDwarfLabelEntry(Name, FileNumber, LineNumber, Label)); in Make()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1828 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(), in parseStatement()
|