HomeSort by: relevance | last modified time | path
    Searched refs:MCDwarfLineEntry (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCDwarf.h 95 friend class MCDwarfLineEntry;
159 class MCDwarfLineEntry : public MCDwarfLoc {
164 // for an MCDwarfLineEntry object.
167 // Constructor to create an MCDwarfLineEntry given a symbol and the dwarf loc.
168 MCDwarfLineEntry(MCSymbol *label, const MCDwarfLoc loc)
186 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) {
190 using MCDwarfLineEntryCollection = std::vector<MCDwarfLineEntry>;
196 // A collection of MCDwarfLineEntry for each section.
200 // Returns the collection of MCDwarfLineEntry for a given Compile Unit ID.
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectStreamer.cpp 233 MCDwarfLineEntry::make(this, getCurrentSectionOnly());
390 MCDwarfLineEntry::make(this, getCurrentSectionOnly());
460 MCDwarfLineEntry::make(this, getCurrentSectionOnly());
596 MCDwarfLineEntry::make(this, getCurrentSectionOnly());
MCDwarf.cpp 108 void MCDwarfLineEntry::make(MCStreamer *MCOS, MCSection *Section) {
114 // Set the value of the symbol to use for the MCDwarfLineEntry.
121 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc);
176 // Loop through each MCDwarfLineEntry and encode the dwarf line number table.
177 for (const MCDwarfLineEntry &LineEntry : LineEntries) {

Completed in 18 milliseconds