Home
last modified time | relevance | path

Searched refs:getDeclLine (Results 1 – 5 of 5) 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.cpp406 if (auto LineNumber = FnDie.getDeclLine()) in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp476 const uint64_t Line = DIE.getDeclLine(); in accumulateLocs()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1627 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress()
1763 Result.Line = Die.getDeclLine(); in getLineInfoForDataAddress()
1856 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
H A DDWARFDie.cpp471 uint64_t DWARFDie::getDeclLine() const { in getDeclLine() function in DWARFDie