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.h115 LLVM_ABI bool hasFileAtIndex(uint64_t FileIndex) const;
265 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function
266 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/LogicalView/Readers/
H A DLVDWARFReader.cpp698 if (LT->hasFileAtIndex(0) && LT->hasFileAtIndex(1)) { in createScopes()
/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
1463 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex)) in getSourceByIndex()
1482 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
H A DDWARFVerifier.cpp810 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute()
1091 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp188 if (LineTablePtr->hasFileAtIndex(FileIdx)) { in getFileName()
1693 if (LineTable->hasFileAtIndex(FileIdx)) { in getDirAndFilenameFromLineTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp596 for (uint64_t I = LT.hasFileAtIndex(0) ? 0 : 1, in collectLineTableSources()