Searched refs:hasFileAtIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h122 bool hasFileAtIndex(uint64_t FileIndex) const;
250 bool hasFileAtIndex(uint64_t FileIndex) const { function in struct:llvm::DWARFDebugLine::LineTable
251 return Prologue.hasFileAtIndex(FileIndex);
/freebsd-13-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp49 if (!lt->hasFileAtIndex(file))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp135 if (LT->hasFileAtIndex(FileNum)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp73 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { function in class:DWARFDebugLine::Prologue
1318 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex))
1337 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex))
H A DDWARFVerifier.cpp784 if (!LineTable->hasFileAtIndex(Row.File)) {

Completed in 189 milliseconds