Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Doutput-style-json-frame.ll25DeclLine":2,"FrameOffset":24,"FunctionName":"f","Name":"a","Size":"0x8","TagOffset":"0x0"},{"DeclF…
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/
H A DDIContext.h118 uint64_t DeclLine = 0; member
127 uint64_t DeclLine = 0; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp212 OS << Global.DeclFile << ":" << Global.DeclLine << "\n"; in print()
240 OS << ':' << L.DeclLine << '\n'; in print()
354 {"DeclLine", int64_t(Local.DeclLine)}, in print()
H A DSymbolizableObjectFile.cpp336 Res.DeclLine = DL.Line; in symbolizeData()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1214 Local.DeclLine = DeclLineAttr->getAsUnsignedConstant().value(); in addLocalsForDie()