Home
last modified time | relevance | path

Searched refs:DeclLine (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp212 OS << Global.DeclFile << ":" << Global.DeclLine << "\n"; in print()
240 OS << ':' << L.DeclLine << '\n'; in print()
363 {"DeclLine", int64_t(Local.DeclLine)}, in print()
H A DSymbolizableObjectFile.cpp341 Res.DeclLine = DL.Line; in symbolizeData()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h123 uint64_t DeclLine = 0; member
132 uint64_t DeclLine = 0; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1705 Local.DeclLine = *DeclLineAttr->getAsUnsignedConstant(); in addLocalsForDie()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp720 Line = ResOrErr->DeclLine; in printLineNumbers()