Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h122 bool hasFileAtIndex(uint64_t FileIndex) const;
252 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function
253 return Prologue.hasFileAtIndex(FileIndex); in hasFileAtIndex()
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DDWARF.cpp49 if (!lt->hasFileAtIndex(file)) in DWARFCache()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp128 if (LT->hasFileAtIndex(FileNum)) { in getChildDeclContext()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp73 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function in DWARFDebugLine::Prologue
1331 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex)) in getSourceByIndex()
1350 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
H A DDWARFVerifier.cpp556 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute()
826 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()