| /llvm-project-15.0.7/libc/src/stdio/ |
| H A D | CMakeLists.txt | 12 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 D | PlatformRemoteDarwinDevice.cpp | 163 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 D | PlatformAppleSimulator.cpp | 439 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 D | PlatformDarwin.cpp | 355 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 D | PlatformRemoteDarwinDevice.h | 49 virtual Status GetSymbolFile(const FileSpec &platform_file,
|
| H A D | PlatformDarwinKernel.cpp | 722 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 D | PlatformAppleSimulator.h | 137 GetSymbolFile(const FileSpec &platform_file, const UUID *uuid_ptr,
|
| /llvm-project-15.0.7/libc/test/src/__support/File/ |
| H A D | CMakeLists.txt | 22 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 D | RemoteAwarePlatform.cpp | 288 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 D | Platform.cpp | 153 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 D | CMakeLists.txt | 32 platform_file
|
| /llvm-project-15.0.7/libc/src/stdio/printf_core/ |
| H A D | CMakeLists.txt | 104 libc.src.__support.File.platform_file
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBModule.cpp | 127 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 D | SBModule.h | 67 bool SetPlatformFileSpec(const lldb::SBFileSpec &platform_file);
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBModule.i | 177 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file); 569 …platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an ll…
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 63 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid,
|
| H A D | Platform.h | 279 virtual Status GetFileWithUUID(const FileSpec &platform_file,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 47 Status GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid_ptr,
|
| H A D | PlatformRemoteGDBServer.cpp | 122 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 D | symbolication.py | 249 obj.resolved_path = module.platform_file.fullpath
|