| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 144 void Platform::Terminate() { in Terminate() 374 ArchSpec Platform::GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple) { in GetAugmentedArchSpec() 383 Platform::Platform(bool is_host) in Platform() function in Platform 403 Platform::~Platform() { in ~Platform() 409 void Platform::GetStatus(Stream &strm) { in GetStatus() 531 FileSpec Platform::GetWorkingDirectory() { in GetWorkingDirectory() 550 Platform *platform_ptr; 815 const char *Platform::GetHostname() { in GetHostname() 1012 Status Platform::DisconnectRemote() { in DisconnectRemote() 1551 Status Platform::GetCachedExecutable( in GetCachedExecutable() [all …]
|
| H A D | TargetList.cpp | 182 PlatformSP host_platform_sp = Platform::GetHostPlatform(); in CreateTargetInternal() 211 Platform::GetPlatformForArchitecture( in CreateTargetInternal() 219 Platform *platform_ptr = nullptr; in CreateTargetInternal() 246 std::set<Platform *> platform_set; in CreateTargetInternal() 272 platform_sp = Platform::GetPlatformForArchitecture(arch, &platform_arch); in CreateTargetInternal() 282 platform_sp = Platform::GetPlatformForArchitecture(platform_arch, in CreateTargetInternal() 314 PlatformSP host_platform_sp(Platform::GetHostPlatform()); in CreateDummyTarget() 338 platform_sp = Platform::GetPlatformForArchitecture(specified_arch, &arch); in CreateTargetInternal()
|
| /freebsd-12.1/sys/contrib/libsodium/builds/msvc/build/ |
| H A D | buildbase.bat | 16 ECHO Platform=x86 19 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=Win32 %solution% >> %log% 22 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=Win32 %solution% >> %log% 25 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=Win32 %solution% >> %log% 28 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=Win32 %solution% >> %log% 38 ECHO Platform=x64 41 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=x64 %solution% >> %log% 44 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=x64 %solution% >> %log% 47 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=x64 %solution% >> %log% 50 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=x64 %solution% >> %log% [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Availability.h | 38 StringRef Platform; variable 43 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec() argument 45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc), in AvailabilitySpec() 53 StringRef getPlatform() const { return Platform; } in getPlatform()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 331 return Platform::CloseFile(fd, error); in CloseFile() 452 return Platform::GetFileSize(file_spec); in GetFileSize() 461 return Platform::CreateSymlink(src, dst); in CreateSymlink() 470 return Platform::GetFileExists(file_spec); in GetFileExists() 479 return Platform::Unlink(file_spec); in Unlink() 593 return Platform::GetFile(source, destination); in GetFile() 637 return Platform::GetRemoteUnixSignals(); in GetRemoteUnixSignals() 644 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory() 694 return Platform::GetHostname(); in GetHostname() 785 error = Platform::LaunchProcess(launch_info); in LaunchProcess() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/ |
| H A D | FREEBSD-Xlist | 116 source/Plugins/Platform/Android/ 117 source/Plugins/Platform/CMakeLists.txt 118 source/Plugins/Platform/FreeBSD/CMakeLists.txt 119 source/Plugins/Platform/Kalimba/ 120 source/Plugins/Platform/Linux/ 121 source/Plugins/Platform/MacOSX/ 122 source/Plugins/Platform/NetBSD/CMakeLists.txt 123 source/Plugins/Platform/OpenBSD/CMakeLists.txt 124 source/Plugins/Platform/POSIX/CMakeLists.txt 125 source/Plugins/Platform/Windows/ [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 78 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic() 98 Platform::Initialize(); in Initialize() 104 Platform::SetHostPlatform(default_platform_sp); in Initialize() 199 Platform::GetStatus(strm); in GetStatus() 247 return Platform::GetSoftwareBreakpointTrapOpcode(target, bp_site); in GetSoftwareBreakpointTrapOpcode() 254 error = Platform::LaunchProcess(launch_info); in LaunchProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 76 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic() 96 Platform::Initialize(); in Initialize() 102 Platform::SetHostPlatform(default_platform_sp); in Initialize() 178 Platform::GetStatus(strm); in GetStatus()
|
| /freebsd-12.1/sys/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 144 …<ItemDefinitionGroup Condition="'$\(Platform)' == 'Win32' And ('$\(PlatformToolset)' == '$(package… 149 …<ItemDefinitionGroup Condition="'$\(Platform)' == 'x64' And ('$\(PlatformToolset)' == '$(package.p… 154 …<ItemDefinitionGroup Condition="'$\(Platform)' == 'x64' And ('$\(PlatformToolset)' == '$(package.p… 166 …<ItemDefinitionGroup Condition="'$\(Platform)' == 'Win32' And ('$\(PlatformToolset)' == '$(package… 171 …<ItemDefinitionGroup Condition="'$\(Platform)' == 'x64' And ('$\(PlatformToolset)' == '$(package.p… 176 …<ItemDefinitionGroup Condition="'$\(Platform)' == 'x64' And ('$\(PlatformToolset)' == '$(package.p… 198 …<ItemDefinitionGroup Condition="'$\(Platform)' == 'x64' And ('$\(PlatformToolset)' == '$(package.p… 207 …Condition="'$\(Platform)' == 'Win32' And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or… 213 …Condition="'$\(Platform)' == 'Win32' And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or… 219 …Condition="'$\(Platform)' == 'x64' And ('$\(PlatformToolset)' == '$(package.platformtoolset)' Or '… [all …]
|
| /freebsd-12.1/sys/contrib/zstd/ |
| H A D | appveyor.yml | 105 …" /m /verbosity:minimal /property:PlatformToolset=v90 /t:Clean,Build /p:Platform=%PLATFORM% /p:Con… 112 …PPVEYOR_BUILD_FOLDER%\build\VS2010\CompileAsCpp.props /t:Clean,Build /p:Platform=%PLATFORM% /p:Con… 115 … /m /verbosity:minimal /property:PlatformToolset=v100 /t:Clean,Build /p:Platform=%PLATFORM% /p:Con… 122 …PPVEYOR_BUILD_FOLDER%\build\VS2010\CompileAsCpp.props /t:Clean,Build /p:Platform=%PLATFORM% /p:Con… 125 … /m /verbosity:minimal /property:PlatformToolset=v110 /t:Clean,Build /p:Platform=%PLATFORM% /p:Con… 132 …PPVEYOR_BUILD_FOLDER%\build\VS2010\CompileAsCpp.props /t:Clean,Build /p:Platform=%PLATFORM% /p:Con… 135 … /m /verbosity:minimal /property:PlatformToolset=v120 /t:Clean,Build /p:Platform=%PLATFORM% /p:Con… 142 …PPVEYOR_BUILD_FOLDER%\build\VS2010\CompileAsCpp.props /t:Clean,Build /p:Platform=%PLATFORM% /p:Con… 145 … /m /verbosity:minimal /property:PlatformToolset=v140 /t:Clean,Build /p:Platform=%PLATFORM% /p:Con… 241 …PPVEYOR_BUILD_FOLDER%\build\VS2010\CompileAsCpp.props /t:Clean,Build /p:Platform=%PLATFORM% /p:Con… [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandOptionValidators.h | 17 class Platform; variable 21 bool IsValid(Platform &platform,
|
| H A D | OptionGroupArchitecture.h | 35 bool GetArchitecture(Platform *platform, ArchSpec &arch);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 41 Platform::Initialize(); in Initialize() 58 Platform::Terminate(); in Terminate() 202 : Platform(false), // This is a remote platform in PlatformRemoteGDBServer() 263 return Platform::GetRemoteWorkingDirectory(); in GetRemoteWorkingDirectory() 278 return Platform::SetRemoteWorkingDirectory(working_dir); in SetRemoteWorkingDirectory() 346 const char *cached_user_name = Platform::GetUserName(uid); in GetUserName() 358 const char *cached_group_name = Platform::GetGroupName(gid); in GetGroupName() 675 return Platform::PutFile(source, destination, uid, gid); in PutFile() 725 return Platform::GetRemoteUnixSignals(); in GetRemoteUnixSignals() 839 return Platform::ConnectProcess(connect_url, plugin_name, debugger, target, in ConnectProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupArchitecture.cpp | 31 bool OptionGroupArchitecture::GetArchitecture(Platform *platform, in GetArchitecture() 33 arch = Platform::GetAugmentedArchSpec(platform, m_arch_str); in GetArchitecture()
|
| H A D | OptionGroupPlatform.cpp | 25 platform_sp = Platform::Create(ConstString(m_platform_name.c_str()), error); in CreatePlatformWithOptions() 37 platform_sp = Platform::Create(arch, &platform_arch, error); in CreatePlatformWithOptions()
|
| H A D | CommandOptionValidators.cpp | 19 Platform &platform, const ExecutionContext &target) const { in IsValid()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 26 class Platform; variable 102 virtual bool IsValid(Platform &platform,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Platform.h | 65 class Platform : public PluginInterface { 70 Platform(bool is_host_platform); 78 ~Platform() override; 118 static ArchSpec GetAugmentedArchSpec(Platform *platform, 1014 Platform &remote_platform); 1040 Platform &remote_platform); 1044 DISALLOW_COPY_AND_ASSIGN(Platform);
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 93 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. member 270 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, 274 VersionInfo.TypeOrPlatform.Platform = Platform;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1221 switch (Platform) { in addOSVersionMinArgument() 1274 return DarwinPlatform(OSVersionArg, Platform, A); in createOSVersionArg() 1311 : Kind(Kind), Platform(Platform), Argument(Argument) {} in DarwinPlatform() 1314 : Kind(Kind), Platform(Platform), OSVersion(Value), Argument(Argument) {} in DarwinPlatform() 1333 DarwinPlatformKind Platform; member 1673 DarwinPlatformKind Platform = OSTarget->getPlatform(); in AddDeploymentTarget() local 1678 if (Platform == MacOS) { in AddDeploymentTarget() 1684 } else if (Platform == IPhoneOS) { in AddDeploymentTarget() 1705 } else if (Platform == TvOS) { in AddDeploymentTarget() 1711 } else if (Platform == WatchOS) { in AddDeploymentTarget() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 70 static ConstString g_host_name(Platform::GetHostPlatformName()); in GetPluginNameStatic() 96 Platform::SetHostPlatform(default_platform_sp); in Initialize() 173 Platform::GetStatus(strm); in GetStatus()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCMachOStreamer.cpp | 94 void EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, 278 void MCMachOStreamer::EmitBuildVersion(unsigned Platform, unsigned Major, in EmitBuildVersion() argument 281 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in EmitBuildVersion()
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | libpcap.pc.in | 14 Description: Platform-independent network traffic capture library
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | module.modulemap | 78 module Platform { header "Platform.h" export * }
|
| /freebsd-12.1/sys/gnu/dts/arm64/arm/ |
| H A D | juno-clocks.dtsi | 2 * ARM Juno Platform clocks
|