Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h268 getSourceByIndex(uint64_t FileIndex,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp971 Optional<StringRef> DWARFDebugLine::LineTable::getSourceByIndex(uint64_t FileIndex, in getSourceByIndex() function in DWARFDebugLine::LineTable
1040 Result.Source = getSourceByIndex(Row.File, Kind); in getFileLineInfoForAddress()