Home
last modified time | relevance | path

Searched defs:LineEntry (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DLineEntry.h23 struct LineEntry { struct
163 AddressRange range; ///< The section offset address range for this line entry.
164 FileSpec file; ///< The source file, possibly mapped by the target.source-map
166 FileSpec original_file; ///< The original source file, from debug info.
190 /// The Left Hand Side const LineEntry object reference. argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManagerInternals.h33 struct LineEntry { struct
53 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DLineEntry.cpp17 LineEntry::LineEntry() in LineEntry() function in LineEntry
22 LineEntry::LineEntry(const lldb::SectionSP &section_sp, in LineEntry() function in LineEntry
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp78 DILineInfo LineEntry = in getLineInfoForAddressRange() local
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCCodeView.cpp266 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
343 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
H A DMCDwarf.cpp101 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in Make() local
162 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in EmitDwarfLineTable() local
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h178 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()