| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 212 virtual void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment); 258 void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) override;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 307 void Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment() function in Command 447 void CC1Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment() function in CC1Command
|
| H A D | Driver.cpp | 595 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple() 597 Target.setEnvironment(llvm::Triple::Musl); in computeTargetTriple() 602 Target.setEnvironment(llvm::Triple::MuslX32); in computeTargetTriple() 604 Target.setEnvironment(llvm::Triple::GNUX32); in computeTargetTriple() 609 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple() 611 Target.setEnvironment(llvm::Triple::Musl); in computeTargetTriple() 615 Target.setEnvironment(llvm::Triple::CODE16); in computeTargetTriple() 653 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple() 658 Target.setEnvironment(llvm::Triple::GNUABIN32); in computeTargetTriple() 663 Target.setEnvironment(llvm::Triple::GNUABI64); in computeTargetTriple() [all …]
|
| H A D | ToolChain.cpp | 125 Triple.setEnvironment(Env); in setTripleEnvironment() 127 EffectiveTriple.setEnvironment(Env); in setTripleEnvironment()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.cpp | 317 Triple.setEnvironment(llvm::Triple::OpenHOS); in setFloatABIInTriple() 327 Triple.setEnvironment(isHardFloat ? llvm::Triple::GNUEABIHF in setFloatABIInTriple() 332 Triple.setEnvironment(isHardFloat ? llvm::Triple::EABIHF in setFloatABIInTriple() 337 Triple.setEnvironment(isHardFloat ? llvm::Triple::MuslEABIHF in setFloatABIInTriple()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 110 triple.setEnvironment(llvm::Triple::UnknownEnvironment); in GetSupportedArchitectures()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HLSL.cpp | 106 T.setEnvironment(Kind); in tryParseProfile()
|
| H A D | NaCl.cpp | 359 TheTriple.setEnvironment(llvm::Triple::GNUEABIHF); in ComputeEffectiveClangTriple()
|
| H A D | Darwin.cpp | 1619 void setEnvironment(DarwinEnvironmentKind Kind) { in setEnvironment() function 1701 void setEnvironment(llvm::Triple::EnvironmentType EnvType, in setEnvironment() function 1748 Result.setEnvironment(TT.getEnvironment(), OsVersion, SDKInfo); in createFromTarget() 1758 Result.setEnvironment(Environment, OSVersion, SDKInfo); in createFromMTargetOS() 2271 OSTarget->setEnvironment(SDKTarget->getEnvironment()); in AddDeploymentTarget()
|
| H A D | MSVC.cpp | 418 LinkCmd->setEnvironment(Environment); in ConstructJob()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 215 normalized_triple.setEnvironment(host_triple.getEnvironment()); in GetAugmentedArchSpec()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 1065 void setEnvironment(EnvironmentType Kind);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 196 triple.setEnvironment(llvm::Triple::EnvironmentType::Android); in GetArchitecture()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1231 arch_spec.GetTriple().setEnvironment( in RefineModuleDetailsFromNote() 1313 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes() 1348 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes() 1355 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABIHF); in ParseARMAttributes()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 834 GetTriple().setEnvironment(other.GetTriple().getEnvironment()); in MergeFrom()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 942 normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in GetAugmentedArchSpec()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1394 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment() function in Triple
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 940 new_target_triple.setEnvironment(remote_triple.getEnvironment()); in DidLaunchOrAttach()
|