Searched defs:LineEntry (Results 1 – 10 of 10) sorted by relevance
21 struct LineEntry { struct134 const FileSpec &GetFile() const { return file_sp->GetSpecOnly(); } in GetFile()137 AddressRange range;140 lldb::SupportFileSP file_sp;143 lldb::SupportFileSP original_file_sp;147 uint32_t line = LLDB_INVALID_LINE_NUMBER;151 uint16_t column = 0;175 /// The Left Hand Side const LineEntry object reference. argument
22 struct LineEntry { struct26 LineEntry(uint64_t A = 0, uint32_t F = 0, uint32_t L = 0) argument31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) { argument
32 struct LineEntry { struct52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
16 LineEntry::LineEntry() in LineEntry() function in LineEntry
87 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange() local
208 std::optional<LineEntry> LineEntry; in lookup() local
290 for (const auto &LineEntry : LT) operator <<() local [all...]
263 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()363 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
108 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make() local189 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in emitOne() local
224 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()