Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h115 bool hasFileAtIndex(uint64_t FileIndex) const;
245 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function
246 return Prologue.hasFileAtIndex(FileIndex); in hasFileAtIndex()
/llvm-project-15.0.7/lld/Common/
H A DDWARF.cpp49 if (!lt->hasFileAtIndex(file)) in DWARFCache()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp129 if (LT->hasFileAtIndex(FileNum)) { in getChildDeclContext()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp73 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function in DWARFDebugLine::Prologue
1335 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex)) in getSourceByIndex()
1354 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
H A DDWARFVerifier.cpp680 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute()
927 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp481 for (uint64_t I = LT.hasFileAtIndex(0) ? 0 : 1, in collectLineTableSources()