Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompileUnit.h333 void SetSupportFiles(const FileSpecList &support_files);
/external/llvm-project/lldb/source/Symbol/
DCompileUnit.cpp175 void CompileUnit::SetSupportFiles(const FileSpecList &support_files) { in SetSupportFiles() function in CompileUnit
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp899 comp_unit.SetSupportFiles(ParseSupportFilesFromPrologue( in ParseSupportFiles()