Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h254 uint32_t LineCol; ///< Line num: line_col >> 10, member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp323 uint32_t LineCol = Extractor.getU32(C); in parseLineInfo() local