Searched refs:getDeclLine (Results 1 – 3 of 3) sorted by relevance
258 uint64_t getDeclLine() const;
1135 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress()1272 Result.Line = Die.getDeclLine(); in getLineInfoForDataAddress()1365 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
474 uint64_t DWARFDie::getDeclLine() const { in getDeclLine() function in DWARFDie