Home
last modified time | relevance | path

Searched refs:GetTypeUnitSupportFiles (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h532 const lldb_private::FileSpecList &GetTypeUnitSupportFiles(DWARFTypeUnit &tu);
H A DSymbolFileDWARF.cpp1039 return GetTypeUnitSupportFiles(tu).GetFileSpecAtIndex(file_idx); in GetFile()
1043 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetTypeUnitSupportFiles() function in SymbolFileDWARF