Home
last modified time | relevance | path

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

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