Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/GSYM/
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
/external/clang/include/clang/Basic/
DSourceManagerInternals.h29 struct LineEntry { struct
49 static LineEntry get(unsigned Offs, unsigned Line, int Filename, in get() argument
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp79 DILineInfo LineEntry = in getLineInfoForAddressRange() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp78 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange() local
/external/llvm/lib/MC/
DMCCodeView.cpp164 bool HaveColumns = any_of(Locs, [](const MCCVLineEntry &LineEntry) { in emitLineTableForFunction()
451 MCCVLineEntry LineEntry(LineSym, CVLoc); in Make() local
DMCDwarf.cpp63 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in Make() local
112 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in EmitDwarfLineTable() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp180 Optional<LineEntry> LineEntry; in lookup() local
DLineTable.cpp290 for (const auto &LineEntry : LT) in operator <<() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/
DFunctionInfo.cpp182 std::optional<LineEntry> LineEntry; in lookup() local
DLineTable.cpp290 for (const auto &LineEntry : LT) in operator <<() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp87 DILineInfo LineEntry = getLineInfoForAddress( in getLineInfoForAddressRange() local
/external/llvm/include/llvm/MC/
DMCCodeView.h118 void addLineEntry(const MCCVLineEntry &LineEntry) { in addLineEntry()
DMCDwarf.h163 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp265 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
342 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
DMCDwarf.cpp100 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in Make() local
161 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in EmitDwarfLineTable() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCCodeView.cpp266 void CodeViewContext::addLineEntry(const MCCVLoc &LineEntry) { in addLineEntry()
343 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
DMCDwarf.cpp104 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make() local
185 for (const MCDwarfLineEntry &LineEntry : LineEntries) { in emitOne() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h180 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCDwarf.h220 void addLineEntry(const MCDwarfLineEntry &LineEntry, MCSection *Sec) { in addLineEntry()