Searched defs:BTFLineInfo (Results 1 – 1 of 1) sorted by relevance
234 struct BTFLineInfo { struct235 MCSymbol *Label; ///< MCSymbol identifying insn for the lineinfo236 uint32_t FileNameOff; ///< file name offset in the .BTF string table237 uint32_t LineOff; ///< line offset in the .BTF string table238 uint32_t LineNum; ///< the line number262 std::map<uint32_t, std::vector<BTFLineInfo>> LineInfoTable; argument