Home
last modified time | relevance | path

Searched refs:SetFilename (Results 1 – 14 of 14) 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.h257 void SetFilename(ConstString filename);
258 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.cpp731 jit_file.SetFilename(const_func_name); in Parse()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp352 void FileSpec::SetFilename(ConstString filename) { in SetFilename() function in FileSpec
357 void FileSpec::SetFilename(llvm::StringRef filename) { in SetFilename() function in FileSpec
H A DXcodeSDK.cpp174 m_sysroot.SetFilename(m_name); in Merge()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp115 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()
431 dst_file.SetFilename(src.GetFilename()); in RecurseCopy_Callback()
453 dst_file.SetFilename(src.GetFilename()); in RecurseCopy_Callback()
480 fixed_dst.SetFilename(src.GetFilename()); in Install()
H A DTarget.cpp2393 transformed_spec.GetFileSpec().SetFilename( in GetOrCreateModule()
3571 attach_info.GetExecutableFile().SetFilename( in Attach()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4290 module_spec.GetFileSpec().SetFilename(symbol_fspec.GetFilename()); in AddModuleSymbols()
4354 module_spec.GetFileSpec().SetFilename(filename_no_extension); in AddModuleSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4244 module_spec_no_ext.SetFilename(filename_no_ext); in GetDwpSymbolFile()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29792 (arg1)->SetFilename((char const *)arg2); in _wrap_SBFileSpec_SetFilename()