Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h114 bool hasFileAtIndex(uint64_t FileIndex) const;
244 bool hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function
245 return Prologue.hasFileAtIndex(FileIndex); in hasFileAtIndex()
/openbsd/src/gnu/llvm/lld/Common/
DDWARF.cpp49 if (!lt->hasFileAtIndex(file)) in DWARFCache()
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp129 if (LT->hasFileAtIndex(FileNum)) { in getChildDeclContext()
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp72 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function in DWARFDebugLine::Prologue
1337 if (Kind == FileLineInfoKind::None || !Prologue.hasFileAtIndex(FileIndex)) in getSourceByIndex()
1356 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()
DDWARFVerifier.cpp679 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute()
927 if (!LineTable->hasFileAtIndex(Row.File)) { in verifyDebugLineRows()
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp494 for (uint64_t I = LT.hasFileAtIndex(0) ? 0 : 1, in collectLineTableSources()