Home
last modified time | relevance | path

Searched refs:GetFileSpec (Results 1 – 25 of 119) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp46 resolved_module_spec.GetFileSpec().SetFile(exe_path, in ResolveExecutable()
48 FileSystem::Instance().Resolve(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
53 resolved_module_spec.GetFileSpec()); in ResolveExecutable()
56 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveExecutable()
62 resolved_module_spec.GetFileSpec()); in ResolveExecutable()
66 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
70 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
126 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable()
154 resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
157 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveExecutable()
[all …]
H A DModuleCache.cpp230 module_spec_dir, module_spec.GetFileSpec().GetFilename().AsCString()); in Get()
242 module_spec.GetFileSpec(), in Get()
251 cached_module_spec.GetFileSpec() = module_file_path; in Get()
252 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get()
259 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in Get()
303 tmp_download_file_spec, module_spec.GetFileSpec()); in GetAndPut()
326 GetSymbolFileSpec(module_spec.GetFileSpec())); in GetAndPut()
333 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in GetAndPut()
H A DSectionLoadList.cpp72 section.get(), module_sp->GetFileSpec(), section->GetName(), in SetSectionLoadAddress()
111 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
113 curr_module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
157 section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
191 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
H A DTargetList.cpp123 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateTargetInternal()
128 !FileSystem::Instance().Exists(module_spec.GetFileSpec())) in CreateTargetInternal()
130 module_spec.GetFileSpec()); in CreateTargetInternal()
134 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal()
140 module_spec.GetFileSpec(), file_offset, file_size, module_specs); in CreateTargetInternal()
165 module_spec.GetFileSpec().GetPath().c_str()); in CreateTargetInternal()
331 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, in CreateTargetInternal()
388 !FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) in FindTargetWithExecutableAndArchitecture()
H A DPlatform.cpp215 resolved_spec.GetFileSpec().PrependPathComponent(m_sdk_sysroot); in GetSharedModule()
230 module_sp->SetPlatformFileSpec(resolved_spec.GetFileSpec()); in GetSharedModule()
771 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in ResolveExecutable()
811 Host::ResolveExecutableInBundle(resolved_module_spec.GetFileSpec()); in ResolveRemoteExecutable()
851 resolved_module_spec.GetFileSpec(), GetPluginName(), in ResolveRemoteExecutable()
860 resolved_module_spec.GetFileSpec()); in ResolveRemoteExecutable()
1493 FileSpec platform_spec = module_spec.GetFileSpec(); in GetCachedExecutable()
1502 module_spec.GetFileSpec() = module_sp->GetFileSpec(); in GetCachedExecutable()
1521 if (process->GetModuleSpec(module_spec.GetFileSpec(), in GetRemoteSharedModule()
1714 cached_module_spec.GetFileSpec() = module_file_spec; in CallLocateModuleCallbackIfSet()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp92 return_module_spec.GetFileSpec().Clear(); in LocateExecutableObjectFile()
188 exe_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateExecutableObjectFile()
195 return_module_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateExecutableObjectFile()
206 module_spec.GetFileSpec().GetPath()); in LocateExecutableObjectFile()
213 return_module_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateExecutableObjectFile()
474 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable()
534 return_module_spec.GetFileSpec().Clear(); in LocateMacOSXFilesUsingDebugSymbols()
630 exe_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateMacOSXFilesUsingDebugSymbols()
637 return_module_spec.GetFileSpec() = module_spec.GetFileSpec(); in LocateMacOSXFilesUsingDebugSymbols()
648 module_spec.GetFileSpec().GetPath()); in LocateMacOSXFilesUsingDebugSymbols()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp71 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
74 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
75 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp79 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
83 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
84 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp81 if (FileSystem::Instance().Exists(executable->GetFileSpec())) { in GetTargetExecutable()
82 ModuleSpec module_spec(executable->GetFileSpec(), in GetTargetExecutable()
208 module_spec.GetFileSpec() = name_filespec; in LoadBinaryWithUUIDAndAddress()
224 module_spec.GetFileSpec() = objfile_module_spec.GetFileSpec(); in LoadBinaryWithUUIDAndAddress()
225 if (FileSystem::Instance().Exists(module_spec.GetFileSpec()) && in LoadBinaryWithUUIDAndAddress()
236 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) { in LoadBinaryWithUUIDAndAddress()
245 if (!module_sp && FileSystem::Instance().Exists(module_spec.GetFileSpec())) in LoadBinaryWithUUIDAndAddress()
H A DModuleList.cpp254 ModuleSpec equivalent_module_spec(module_sp->GetFileSpec(), in ReplaceEquivalent()
655 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths()
884 resolved_module_spec.GetFileSpec() = search_path_spec; in GetSharedModule()
922 located_binary_modulespec.GetFileSpec())) { in GetSharedModule()
929 located_binary_modulespec.GetFileSpec())) { in GetSharedModule()
956 platform_module_spec.GetFileSpec() = in GetSharedModule()
957 located_binary_modulespec.GetFileSpec(); in GetSharedModule()
959 located_binary_modulespec.GetFileSpec(); in GetSharedModule()
971 located_binary_modulespec.GetFileSpec()); in GetSharedModule()
1002 if (located_binary_modulespec.GetFileSpec()) { in GetSharedModule()
[all …]
H A DModule.cpp187 if (module_spec.GetFileSpec()) in Module()
190 else if (matching_module_spec.GetFileSpec()) in Module()
192 matching_module_spec.GetFileSpec()); in Module()
205 if (module_spec.GetFileSpec()) in Module()
206 m_file = module_spec.GetFileSpec(); in Module()
207 else if (matching_module_spec.GetFileSpec()) in Module()
208 m_file = matching_module_spec.GetFileSpec(); in Module()
1002 this->GetFileSpec()); in GetSymbolFile()
1036 std::string spec(GetFileSpec().GetPath()); in GetSpecificationDescription()
1080 ConstString file_name = GetFileSpec().GetFilename(); in ReportWarningOptimization()
[all …]
H A DAddressResolverFileLine.cpp59 m_src_location_spec.GetFileSpec().GetFilename().AsCString( in SearchCallback()
74 m_src_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in GetDescription()
H A DSourceLocationSpec.cpp55 : (lhs.GetFileSpec() == rhs.GetFileSpec() && in Equal()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp79 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
83 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
84 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp71 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile()
85 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile()
103 module_spec.GetFileSpec().GetFilename().AsCString("<Unknown>")); in LocateExecutableSymbolFile()
108 FileSpec module_file_spec = module_spec.GetFileSpec(); in LocateExecutableSymbolFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp104 m_location_spec.GetFileSpec().GetPath()); in SerializeToStructuredData()
201 m_location_spec.GetFileSpec().GetPathStyle()); in DeduceSourceMapping()
216 FileSpec request_file = m_location_spec.GetFileSpec(); in DeduceSourceMapping()
308 m_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in SearchCallback()
323 m_location_spec.GetFileSpec().GetPath().c_str(), in GetDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp29 : ObjectFile(module_sp, &module_spec.GetFileSpec(), /*file_offset*/ 0, in LLDB_PLUGIN_DEFINE()
69 GetFileSpec(), m_base, m_base + m_size); in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp63 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec() function in SBModuleSpec
66 SBFileSpec sb_spec(m_opaque_up->GetFileSpec()); in GetFileSpec()
73 m_opaque_up->GetFileSpec() = *sb_spec; in SetFileSpec()
H A DSBCompileUnit.cpp43 SBFileSpec SBCompileUnit::GetFileSpec() const { in GetFileSpec() function in SBCompileUnit
90 line_entry.GetFileSpec().get(), exact, in FindLineEntryIndex()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1411 module_sp->GetFileSpec()); in DumpModuleObjfileHeaders()
1779 DumpFullpath(strm, &module.GetFileSpec(), 0); in LookupTypeHere()
2828 if (module_spec.GetFileSpec()) { in DoExecute()
2970 module_spec.GetFileSpec() = in DoExecute()
2984 module_spec.GetFileSpec() = in DoExecute()
3146 if (module_spec.GetFileSpec()) in DoExecute()
3159 ->GetFileSpec() in DoExecute()
4481 module_sp->GetFileSpec() in AddModuleSymbols()
4547 module_spec.GetFileSpec() = in AddSymbolsForFile()
4553 module_spec.GetFileSpec() = module_sp->GetFileSpec(); in AddSymbolsForFile()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h53 FileSpec &GetFileSpec() { return m_file; } in GetFileSpec() function
55 const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
234 if (!FileSpec::Match(match_module_spec.GetFileSpec(), GetFileSpec())) in Matches()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleSpecDocstrings.i10 ) lldb::SBModuleSpec::GetFileSpec;
H A DSBModuleDocstrings.i101 ) lldb::SBModule::GetFileSpec;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp102 executable_sp ? executable_sp->GetFileSpec().GetPath().c_str() in DidAttach()
136 executable_sp->GetFileSpec().GetPath().c_str()); in DidAttach()
151 module_sp ? module_sp->GetFileSpec().GetPath().c_str() in DidAttach()
343 containingModules.Append(interpreter->GetFileSpec()); in SetRendezvousBreakpoint()
346 m_process->GetTarget().GetExecutableModulePointer()->GetFileSpec()); in SetRendezvousBreakpoint()
858 return module_sp->GetFileSpec().GetPath() == "[vdso]"; in AlwaysRelyOnEHUnwindInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp349 if (FileSystem::Instance().Exists(module_spec.GetFileSpec())) in LoadImageUsingMemoryModule()
350 m_module_sp = std::make_shared<Module>(module_spec.GetFileSpec(), in LoadImageUsingMemoryModule()
478 m_module_sp->GetFileSpec().GetPath().c_str()); in LoadImageUsingMemoryModule()
705 !module_sp->GetObjectFile()->GetFileSpec().GetFilename().IsEmpty()) in LoadKernelModules()
707 ->GetFileSpec() in LoadKernelModules()

12345