Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp341 Res.DeclLine = DL.Line; in symbolizeData()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h119 uint64_t DeclLine = 0; member
128 uint64_t DeclLine = 0; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1282 Local.DeclLine = *DeclLineAttr->getAsUnsignedConstant(); in addLocalsForDie()