Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h22 struct LineEntry { struct
26 LineEntry(uint64_t A = 0, uint32_t F = 0, uint32_t L = 0) argument
31 inline raw_ostream &operator<<(raw_ostream &OS, const LineEntry &LE) { argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManagerInternals.h32 struct LineEntry { struct
52 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp183 Optional<LineEntry> LineEntry; in lookup() local
H A DLineTable.cpp290 for (const auto &LineEntry : LT) in operator <<() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp78 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
342 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
H A DMCDwarf.cpp121 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make() local
177 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in emitDwarfLineTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h186 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()