Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h258 uint64_t getDeclLine() const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1135 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress()
1272 Result.Line = Die.getDeclLine(); in getLineInfoForDataAddress()
1365 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()
H A DDWARFDie.cpp474 uint64_t DWARFDie::getDeclLine() const { in getDeclLine() function in DWARFDie