Home
last modified time | relevance | path

Searched refs:SetFilename (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp122 void SBFileSpec::SetFilename(const char *filename) { in SetFilename() function in SBFileSpec
126 m_opaque_up->SetFilename(filename); in SetFilename()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h246 void SetFilename(ConstString filename);
247 void SetFilename(llvm::StringRef filename);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpec.h50 void SetFilename(const char *filename);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp151 jit_file.SetFilename(const_func_name); in Install()
H A DClangUserExpression.cpp730 jit_file.SetFilename(const_func_name); in Parse()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp345 void FileSpec::SetFilename(ConstString filename) { in SetFilename() function in FileSpec
350 void FileSpec::SetFilename(llvm::StringRef filename) { in SetFilename() function in FileSpec
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp114 jit_file.SetFilename(const_func_name); in WriteFunctionWrapper()
H A DREPL.cpp63 tmpdir_file_spec.SetFilename(file_basename); in GetSourcePath()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp400 dst_dir.SetFilename(src.GetFilename()); in RecurseCopy_Callback()
432 dst_file.SetFilename(src.GetFilename()); in RecurseCopy_Callback()
454 dst_file.SetFilename(src.GetFilename()); in RecurseCopy_Callback()
481 fixed_dst.SetFilename(src.GetFilename()); in Install()
H A DTarget.cpp2213 transformed_spec.GetFileSpec().SetFilename( in GetOrCreateModule()
3420 attach_info.GetExecutableFile().SetFilename( in Attach()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4277 module_spec.GetFileSpec().SetFilename(symbol_fspec.GetFilename()); in AddModuleSymbols()
4341 module_spec.GetFileSpec().SetFilename(filename_no_extension); in AddModuleSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4326 module_spec_no_ext.SetFilename(filename_no_ext); in GetDwpSymbolFile()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29372 (arg1)->SetFilename((char const *)arg2); in _wrap_SBFileSpec_SetFilename()