Searched refs:LineTableEntry (Results 1 – 5 of 5) sorted by relevance
28 struct LineTableEntry { struct38 using LineNumberTable = std::vector<LineTableEntry>; argument
34 struct LineTableEntry { struct38 bool operator<(const LineTableEntry &other) const argument54 using LineNumberTable = CVector<LineTableEntry>;174 … auto iter = std::upper_bound(lineTable.begin(), lineTable.end(), LineTableEntry {offset, 0}); in MatchLineWithOffset()
218 …auto comp = [](size_t value, const panda_file::LineTableEntry &entry) { return value >= entry.offs… in GetLineNumberByInst()
275 …panda_file::LineTableEntry {static_cast<uint32_t>(method.ins[i].insDebug.boundLeft), lineNumber - … in Serialize()