Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h500 const SupportFileList *GetTypeUnitSupportFiles(DWARFTypeUnit &tu);
H A DSymbolFileDWARF.cpp1119 if (const SupportFileList *support_files = GetTypeUnitSupportFiles(tu)) in GetFile()
1125 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetTypeUnitSupportFiles() function in SymbolFileDWARF