Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDeclContext.cpp133 if (LT->hasFileAtIndex(FileNum)) { in getChildDeclContext()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h232 bool hasFileAtIndex(uint64_t FileIndex) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp967 bool DWARFDebugLine::LineTable::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() function in DWARFDebugLine::LineTable
973 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getSourceByIndex()
993 if (Kind == FileLineInfoKind::None || !hasFileAtIndex(FileIndex)) in getFileNameByIndex()