Home
last modified time | relevance | path

Searched refs:LineInfoLen (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp275 uint32_t LineInfoLen = Extractor.getU32(C); in findLineInfo()
281 if (LineInfoLen > 0 && Ctx.Opts.LoadLines) { in findLineInfo()
283 uint32_t LineInfoEnd = LineInfoStart + LineInfoLen; in findLineInfo()
164 uint32_t LineInfoLen = Extractor.getU32(C); parseBTFExt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h232 uint32_t LineInfoLen; ///< Length of line info section member