Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h232 uint32_t LineInfoLen; ///< Length of line info section member
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp275 uint32_t LineInfoLen = Extractor.getU32(C); in parseBTFExt() local