Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h272 struct BTFLineInfo { struct
273 MCSymbol *Label; ///< MCSymbol identifying insn for the lineinfo
274 uint32_t FileNameOff; ///< file name offset in the .BTF string table
275 uint32_t LineOff; ///< line offset in the .BTF string table
276 uint32_t LineNum; ///< the line number
300 std::map<uint32_t, std::vector<BTFLineInfo>> LineInfoTable; argument