Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h246 void SetFilename(ConstString filename);
247 void SetFilename(llvm::StringRef filename);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFileSpec.i66 SetFilename(const char *filename);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFileSpec.h47 void SetFilename(const char *filename);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp153 jit_file.SetFilename(const_func_name); in Install()
H A DClangUserExpression.cpp756 jit_file.SetFilename(const_func_name); in Parse()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp344 void FileSpec::SetFilename(ConstString filename) { in SetFilename() function in FileSpec
349 void FileSpec::SetFilename(llvm::StringRef filename) { in SetFilename() function in FileSpec
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp622 dsym_fspec.SetFilename(filename); in KextHasdSYMSibling()
659 kernel_dsym.SetFilename(filename); in KernelHasdSYMSibling()
677 binary_filespec.SetFilename(binary_filespec.GetFileNameStrippingExtension()); in KerneldSYMHasNoSiblingBinary()
H A DPlatformDarwin.cpp312 module_spec.SetFilename(filename_no_extension); in LocateExecutableScriptingResources()
1197 executable_file.SetFilename(basename); in LocateExecutable()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp116 jit_file.SetFilename(const_func_name); in WriteFunctionWrapper()
H A DREPL.cpp61 tmpdir_file_spec.SetFilename(file_basename); in GetSourcePath()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp438 dst_dir.SetFilename(src.GetLastPathComponent()); in RecurseCopy_Callback()
470 dst_file.SetFilename(src.GetFilename()); in RecurseCopy_Callback()
492 dst_file.SetFilename(src.GetFilename()); in RecurseCopy_Callback()
519 fixed_dst.SetFilename(src.GetFilename()); in Install()
H A DTarget.cpp2138 transformed_spec.GetFileSpec().SetFilename( in GetOrCreateModule()
3318 attach_info.GetExecutableFile().SetFilename( in Attach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp1045 module_spec.GetFileSpec().SetFilename("libsystem_pthread.dylib"); in GetPThreadLibraryModule()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp4090 module_spec.GetFileSpec().SetFilename(symbol_fspec.GetFilename()); in AddModuleSymbols()
4154 module_spec.GetFileSpec().SetFilename(filename_no_extension); in AddModuleSymbols()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm214 darwin_debug_file_spec.SetFilename("darwin-debug");