Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h231 uint32_t LineInfoOff; ///< Offset of line info section member
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp274 uint32_t LineInfoOff = Extractor.getU32(C); in parseBTFExt() local