Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h232 bool hasFileAtIndex(uint64_t FileIndex) const;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp955 bool DWARFDebugLine::LineTable::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function in DWARFDebugLine::LineTable
961 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getSourceByIndex()
981 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputFiles.cpp159 if (!LT->hasFileAtIndex(File)) in initializeDwarf()