Searched refs:getDeclLine (Results 1 – 5 of 5) sorted by relevance
257 uint64_t getDeclLine() const;
406 if (auto LineNumber = FnDie.getDeclLine()) in correlateProfileDataImpl()
476 const uint64_t Line = DIE.getDeclLine(); in accumulateLocs()
1627 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress()1763 Result.Line = Die.getDeclLine(); in getLineInfoForDataAddress()1856 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
471 uint64_t DWARFDie::getDeclLine() const { in getDeclLine() function in DWARFDie