Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.h234 struct BTFLineInfo { struct
235 MCSymbol *Label; ///< MCSymbol identifying insn for the lineinfo
236 uint32_t FileNameOff; ///< file name offset in the .BTF string table
237 uint32_t LineOff; ///< line offset in the .BTF string table
238 uint32_t LineNum; ///< the line number
262 std::map<uint32_t, std::vector<BTFLineInfo>> LineInfoTable; argument