Home
last modified time | relevance | path

Searched refs:platform_file (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/libc/src/stdio/
H A DCMakeLists.txt12 libc.src.__support.File.platform_file
24 libc.src.__support.File.platform_file
36 libc.src.__support.File.platform_file
48 libc.src.__support.File.platform_file
60 libc.src.__support.File.platform_file
72 libc.src.__support.File.platform_file
84 libc.src.__support.File.platform_file
96 libc.src.__support.File.platform_file
108 libc.src.__support.File.platform_file
120 libc.src.__support.File.platform_file
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp163 Status PlatformRemoteDarwinDevice::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() argument
169 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) { in GetSymbolFile()
210 local_file = platform_file; in GetSymbolFile()
230 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
236 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) { in GetSharedModule()
247 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule()
264 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule()
286 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule()
306 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file, in GetSharedModule()
350 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
H A DPlatformAppleSimulator.cpp439 Status PlatformAppleSimulator::GetSymbolFile(const FileSpec &platform_file, in GetSymbolFile() argument
444 if (platform_file.GetPath(platform_file_path, sizeof(platform_file_path))) { in GetSymbolFile()
482 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
483 error = GetSymbolFile(platform_file, module_spec.GetUUIDPtr(), in GetSharedModule()
495 module_sp->SetPlatformFileSpec(platform_file); in GetSharedModule()
H A DPlatformDarwin.cpp355 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
356 if (!module_sp && module_search_paths_ptr && platform_file) { in GetSharedModule()
360 if (Host::GetBundleDirectory(platform_file, bundle_directory)) { in GetSharedModule()
361 if (platform_file == bundle_directory) { in GetSharedModule()
375 platform_file.GetPath(platform_path, sizeof(platform_path)); in GetSharedModule()
1199 const FileSpec &platform_file = module_spec.GetFileSpec(); in FindBundleBinaryInExecSearchPaths() local
1202 if (!module_sp && module_search_paths_ptr && platform_file) { in FindBundleBinaryInExecSearchPaths()
1211 FileSpec platform_pull_upart(platform_file); in FindBundleBinaryInExecSearchPaths()
H A DPlatformRemoteDarwinDevice.h49 virtual Status GetSymbolFile(const FileSpec &platform_file,
H A DPlatformDarwinKernel.cpp722 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModule() local
726 std::string kext_bundle_id = platform_file.GetPath(); in GetSharedModule()
753 const FileSpec &platform_file = module_spec.GetFileSpec(); in GetSharedModuleKext() local
757 ConstString kext_bundle(platform_file.GetPath().c_str()); in GetSharedModuleKext()
H A DPlatformAppleSimulator.h137 GetSymbolFile(const FileSpec &platform_file, const UUID *uuid_ptr,
/llvm-project-15.0.7/libc/test/src/__support/File/
H A DCMakeLists.txt22 if (TARGET libc.src.__support.File.platform_file)
31 libc.src.__support.File.platform_file
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp288 Status RemoteAwarePlatform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() argument
292 return m_remote_platform_sp->GetFileWithUUID(platform_file, uuid_ptr, in GetFileWithUUID()
296 local_file = platform_file; in GetFileWithUUID()
H A DPlatform.cpp153 Status Platform::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() argument
156 local_file = platform_file; in GetFileWithUUID()
/llvm-project-15.0.7/libc/src/__support/File/
H A DCMakeLists.txt32 platform_file
/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A DCMakeLists.txt104 libc.src.__support.File.platform_file
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp127 bool SBModule::SetPlatformFileSpec(const lldb::SBFileSpec &platform_file) { in SetPlatformFileSpec() argument
128 LLDB_INSTRUMENT_VA(this, platform_file); in SetPlatformFileSpec()
134 module_sp->SetPlatformFileSpec(*platform_file); in SetPlatformFileSpec()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModule.h67 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBModule.i177 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
569platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an ll…
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h63 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid,
H A DPlatform.h279 virtual Status GetFileWithUUID(const FileSpec &platform_file,
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h47 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
H A DPlatformRemoteGDBServer.cpp122 Status PlatformRemoteGDBServer::GetFileWithUUID(const FileSpec &platform_file, in GetFileWithUUID() argument
126 local_file = platform_file; in GetFileWithUUID()
/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py249 obj.resolved_path = module.platform_file.fullpath