Home
last modified time | relevance | path

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

12345

/freebsd-13.1/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()
127 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable()
156 resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
159 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable()
[all …]
H A DModuleCache.cpp229 module_spec_dir, module_spec.GetFileSpec().GetFilename().AsCString()); in Get()
241 module_spec.GetFileSpec(), in Get()
250 cached_module_spec.GetFileSpec() = module_file_path; in Get()
251 cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec(); in Get()
258 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in Get()
302 tmp_download_file_spec, module_spec.GetFileSpec()); in GetAndPut()
325 GetSymbolFileSpec(module_spec.GetFileSpec())); in GetAndPut()
332 FileSpec symfile_spec = GetSymbolFileSpec(cached_module_sp->GetFileSpec()); in GetAndPut()
H A DSectionLoadList.cpp71 section.get(), module_sp->GetFileSpec(), section->GetName(), in SetSectionLoadAddress()
110 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
112 curr_module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
146 section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
180 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded()
H A DTargetList.cpp122 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateTargetInternal()
125 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal()
131 module_spec.GetFileSpec(), file_offset, file_size, module_specs); in CreateTargetInternal()
156 module_spec.GetFileSpec().GetPath().c_str()); in CreateTargetInternal()
368 exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, in CreateTargetInternal()
424 !FileSpec::Match(exe_file_spec, exe_module->GetFileSpec())) in FindTargetWithExecutableAndArchitecture()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp76 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
79 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
80 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp85 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()
89 module_spec.GetFileSpec() = obj_file->GetFileSpec(); in CreateInstance()
90 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp182 ModuleSpec equivalent_module_spec(module_sp->GetFileSpec(), in ReplaceEquivalent()
619 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths()
846 resolved_module_spec.GetFileSpec() = search_path_spec; in GetSharedModule()
884 located_binary_modulespec.GetFileSpec())) { in GetSharedModule()
891 located_binary_modulespec.GetFileSpec())) { in GetSharedModule()
918 platform_module_spec.GetFileSpec() = in GetSharedModule()
919 located_binary_modulespec.GetFileSpec(); in GetSharedModule()
921 located_binary_modulespec.GetFileSpec(); in GetSharedModule()
933 located_binary_modulespec.GetFileSpec()); in GetSharedModule()
964 if (located_binary_modulespec.GetFileSpec()) { in GetSharedModule()
[all …]
H A DModule.cpp143 module_spec.GetFileSpec().GetPath().c_str(), in Module()
185 if (module_spec.GetFileSpec()) in Module()
188 else if (matching_module_spec.GetFileSpec()) in Module()
190 matching_module_spec.GetFileSpec()); in Module()
203 if (module_spec.GetFileSpec()) in Module()
204 m_file = module_spec.GetFileSpec(); in Module()
205 else if (matching_module_spec.GetFileSpec()) in Module()
206 m_file = matching_module_spec.GetFileSpec(); in Module()
1069 std::string spec(GetFileSpec().GetPath()); in GetSpecificationDescription()
1269 GetFileSpec().GetPath().c_str()); in GetObjectFile()
[all …]
H A DAddressResolverFileLine.cpp62 m_src_location_spec.GetFileSpec().GetFilename().AsCString( in SearchCallback()
78 m_src_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in GetDescription()
H A DSourceLocationSpec.cpp53 : (lhs.GetFileSpec() == rhs.GetFileSpec() && in Equal()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp54 return_module_spec.GetFileSpec().Clear(); in LocateMacOSXFilesUsingDebugSymbols()
63 return_module_spec.GetFileSpec() = paths.first; in LocateMacOSXFilesUsingDebugSymbols()
167 return_module_spec.GetFileSpec() = exec_filespec; in LocateMacOSXFilesUsingDebugSymbols()
211 return_module_spec.GetFileSpec() = bundle_exe_file_spec; in LocateMacOSXFilesUsingDebugSymbols()
241 return_module_spec.GetFileSpec() = file_spec; in LocateMacOSXFilesUsingDebugSymbols()
261 uuid, return_module_spec.GetFileSpec(), in LocateMacOSXFilesUsingDebugSymbols()
320 module_spec.GetFileSpec().SetFile(str.c_str(), FileSpec::Style::native); in GetModuleSpecInfoFromUUIDDictionary()
321 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in GetModuleSpecInfoFromUUIDDictionary()
336 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in GetModuleSpecInfoFromUUIDDictionary()
479 module_spec.GetFileSpec() = paths.first; in DownloadObjectAndSymbolFile()
[all …]
H A DLocateSymbolFile.cpp156 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateDSYMInVincinityOfExecutable()
233 const FileSpec &exec_fspec = module_spec.GetFileSpec(); in LocateExecutableObjectFile()
246 result.GetFileSpec() = exec_fspec; in LocateExecutableObjectFile()
267 FileSpec module_file_spec = module_spec.GetFileSpec(); in LocateExecutableSymbolFile()
H A DSymbol.cpp420 if (module_spec.GetFileSpec()) { in ResolveReExportedSymbolInModuleSpec()
427 module_spec.GetFileSpec().GetDirectory().Clear(); in ResolveReExportedSymbolInModuleSpec()
461 reexported_module_spec.GetFileSpec() = in ResolveReExportedSymbolInModuleSpec()
477 module_spec.GetFileSpec() = GetReExportedSymbolSharedLibrary(); in ResolveReExportedSymbol()
478 if (module_spec.GetFileSpec()) { in ResolveReExportedSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp100 m_location_spec.GetFileSpec().GetPath()); in SerializeToStructuredData()
128 relative_path = m_location_spec.GetFileSpec().GetDirectory().GetStringRef(); in FilterContexts()
232 FileSpec search_file_spec = m_location_spec.GetFileSpec(); in SearchCallback()
251 m_location_spec.GetFileSpec().GetFilename().AsCString("<Unknown>"), in SearchCallback()
266 m_location_spec.GetFileSpec().GetPath().c_str(), in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDeclaration.i30 GetFileSpec () const;
60 …file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that re…
H A DSBLineEntry.i63 GetFileSpec () const;
93 …file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that re…
H A DSBModuleSpec.i37 A const reference to the file specification object.") GetFileSpec;
39 GetFileSpec ();
H A DSBCompileUnit.i62 GetFileSpec () const;
132 …file = property(GetFileSpec, None, doc='''A read only property that returns the same result an lld…
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp59 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec() function in SBModuleSpec
60 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFileSpec, SBModuleSpec, GetFileSpec); in GetFileSpec()
62 SBFileSpec sb_spec(m_opaque_up->GetFileSpec()); in GetFileSpec()
70 m_opaque_up->GetFileSpec() = *sb_spec; in SetFileSpec()
259 LLDB_REGISTER_METHOD(lldb::SBFileSpec, SBModuleSpec, GetFileSpec, ()); in RegisterMethods()
H A DSBDeclaration.cpp65 SBFileSpec SBDeclaration::GetFileSpec() const { in GetFileSpec() function in SBDeclaration
67 GetFileSpec); in GetFileSpec()
191 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBDeclaration, GetFileSpec, in RegisterMethods()
H A DSBLineEntry.cpp85 SBFileSpec SBLineEntry::GetFileSpec() const { in GetFileSpec() function in SBLineEntry
86 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFileSpec, SBLineEntry, GetFileSpec); in GetFileSpec()
206 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBLineEntry, GetFileSpec, ()); in RegisterMethods()
H A DSBCompileUnit.cpp47 SBFileSpec SBCompileUnit::GetFileSpec() const { in GetFileSpec() function in SBCompileUnit
49 GetFileSpec); in GetFileSpec()
251 LLDB_REGISTER_METHOD_CONST(lldb::SBFileSpec, SBCompileUnit, GetFileSpec, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1392 module_sp->GetFileSpec()); in DumpModuleObjfileHeaders()
1670 DumpFullpath(strm, &module.GetFileSpec(), 0); in LookupTypeHere()
2479 if (module_spec.GetFileSpec()) { in DoExecute()
2623 module_spec.GetFileSpec() = in DoExecute()
2637 module_spec.GetFileSpec() = in DoExecute()
2799 if (module_spec.GetFileSpec()) in DoExecute()
2812 ->GetFileSpec() in DoExecute()
4112 module_sp->GetFileSpec() in AddModuleSymbols()
4203 module_spec.GetFileSpec() = in DoExecute()
4208 module_spec.GetFileSpec() = module_sp->GetFileSpec(); in DoExecute()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp110 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec()) || in ResolveExecutable()
147 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
150 resolved_module_spec.GetFileSpec().GetPath().c_str(), in ResolveExecutable()
155 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
161 resolved_module_spec.GetFileSpec().GetPath().c_str()); in ResolveExecutable()
402 m_gdb_client.SetSTDIN(file_action->GetFileSpec()); in LaunchProcess()
405 m_gdb_client.SetSTDOUT(file_action->GetFileSpec()); in LaunchProcess()
408 m_gdb_client.SetSTDERR(file_action->GetFileSpec()); in LaunchProcess()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h58 FileSpec &GetFileSpec() { return m_file; } in GetFileSpec() function
60 const FileSpec &GetFileSpec() const { return m_file; } in GetFileSpec() function
239 if (!FileSpec::Match(match_module_spec.GetFileSpec(), GetFileSpec())) in Matches()

12345