Searched defs:LineEntry (Results 1 – 7 of 7) sorted by relevance
23 struct LineEntry { struct163 AddressRange range; ///< The section offset address range for this line entry.164 FileSpec file; ///< The source file, possibly mapped by the target.source-map166 FileSpec original_file; ///< The original source file, from debug info.190 /// The Left Hand Side const LineEntry object reference. argument
33 struct LineEntry { struct53 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
17 LineEntry::LineEntry() in LineEntry() function in LineEntry22 LineEntry::LineEntry(const lldb::SectionSP §ion_sp, in LineEntry() function in LineEntry
78 DILineInfo LineEntry = in getLineInfoForAddressRange() local
266 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()343 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
101 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in Make() local162 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in EmitDwarfLineTable() local
178 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()