Searched refs:getDeclLine (Results 1 – 5 of 5) sorted by relevance
266 LLVM_ABI uint64_t getDeclLine() const;
475 const uint64_t Line = DIE.getDeclLine(); in accumulateLocs()
430 if (auto LineNumber = FnDie.getDeclLine()) in correlateProfileDataImpl()
1625 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress()1762 Result.Line = Die.getDeclLine(); in getLineInfoForDataAddress()1856 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
490 uint64_t DWARFDie::getDeclLine() const { in getDeclLine() function in DWARFDie