Searched refs:getDeclLine (Results 1 – 4 of 4) sorted by relevance
257 uint64_t getDeclLine() const;
337 if (auto LineNumber = FnDie.getDeclLine()) in correlateProfileDataImpl()
1204 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress()1340 Result.Line = Die.getDeclLine(); in getLineInfoForDataAddress()1433 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
469 uint64_t DWARFDie::getDeclLine() const { in getDeclLine() function in DWARFDie