Home
last modified time | relevance | path

Searched refs:getDeclLine (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h257 uint64_t getDeclLine() const;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp408 if (auto LineNumber = FnDie.getDeclLine()) in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1625 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress()
1761 Result.Line = Die.getDeclLine(); in getLineInfoForDataAddress()
1854 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
H A DDWARFDie.cpp472 uint64_t DWARFDie::getDeclLine() const { in getDeclLine() function in DWARFDie