Home
last modified time | relevance | path

Searched refs:LoadLines (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp67 Opts.LoadLines = true; in create()
H A DBTFParser.cpp281 if (LineInfoLen > 0 && Ctx.Opts.LoadLines) { in parseBTFExt()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h109 bool LoadLines = false; member