Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h248 uint64_t getDeclLine() const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp548 uint64_t DWARFDie::getDeclLine() const { in getDeclLine() function in DWARFDie
H A DDWARFContext.cpp962 if (auto DeclLineResult = DIE.getDeclLine()) { in getFunctionNameAndStartLineForAddress()
1067 if (auto DeclLineResult = FunctionDIE.getDeclLine()) in getInliningInfoForAddress()