Home
last modified time | relevance | path

Searched refs:getSourceByIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h293 getSourceByIndex(uint64_t FileIndex,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1333 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex() function in DWARFDebugLine::LineTable
1418 Result.Source = getSourceByIndex(Row.File, Kind); in getFileLineInfoForAddress()