Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h114 bool hasFileAtIndex(uint64_t FileIndex) const;
248 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function
249 return Prologue.hasFileAtIndex(FileIndex); in hasFileAtIndex()
/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp49 if (!lt->hasFileAtIndex(file)) in DWARFCache()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp72 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function in DWARFDebugLine::Prologue
1410 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex)) in getSourceByIndex()
1429 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
H A DDWARFVerifier.cpp775 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute()
1059 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp895 if (LT->hasFileAtIndex(0) && LT->hasFileAtIndex(1)) { in createScopes()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp191 if (LineTablePtr->hasFileAtIndex(FileIdx)) { in getFileName()
1697 if (LineTable->hasFileAtIndex(FileIdx)) { in getDirAndFilenameFromLineTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp582 for (uint64_t I = LT.hasFileAtIndex(0) ? 0 : 1, in collectLineTableSources()