Home
last modified time | relevance | path

Searched refs:SetSymbolFileFileSpec (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DModuleCache.cpp258 cached_module_sp->SetSymbolFileFileSpec(symfile_spec); in Get()
331 cached_module_sp->SetSymbolFileFileSpec(symfile_spec); in GetAndPut()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h603 void SetSymbolFileFileSpec(const FileSpec &file);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp387 module_sp->SetSymbolFileFileSpec(symfile); in DoExecute()
4234 module_sp->SetSymbolFileFileSpec(symbol_fspec); in AddModuleSymbols()
4281 module_sp->SetSymbolFileFileSpec(FileSpec()); in AddModuleSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1420 void Module::SetSymbolFileFileSpec(const FileSpec &file) { in SetSymbolFileFileSpec() function in Module