| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Job.h | 211 virtual void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment); 256 void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) override;
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Job.cpp | 304 void Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment() function in Command 443 void CC1Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment() function in CC1Command
|
| H A D | Driver.cpp | 742 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple() 744 Target.setEnvironment(llvm::Triple::Musl); in computeTargetTriple() 749 Target.setEnvironment(llvm::Triple::MuslX32); in computeTargetTriple() 751 Target.setEnvironment(llvm::Triple::GNUX32); in computeTargetTriple() 760 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple() 762 Target.setEnvironment(llvm::Triple::Musl); in computeTargetTriple() 767 Target.setEnvironment(llvm::Triple::CODE16); in computeTargetTriple() 795 Target.setEnvironment(llvm::Triple::UnknownEnvironment); in computeTargetTriple() 811 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple() 817 Target.setEnvironment(llvm::Triple::GNUABIN32); in computeTargetTriple() [all …]
|
| H A D | ToolChain.cpp | 146 Triple.setEnvironment(Env); in setTripleEnvironment() 148 EffectiveTriple.setEnvironment(Env); in setTripleEnvironment()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | ARM.cpp | 355 Triple.setEnvironment(llvm::Triple::OpenHOS); in setFloatABIInTriple() 365 Triple.setEnvironment(isHardFloat ? llvm::Triple::GNUEABIHF in setFloatABIInTriple() 370 Triple.setEnvironment(isHardFloat ? llvm::Triple::GNUEABIHFT64 in setFloatABIInTriple() 375 Triple.setEnvironment(isHardFloat ? llvm::Triple::EABIHF in setFloatABIInTriple() 380 Triple.setEnvironment(isHardFloat ? llvm::Triple::MuslEABIHF in setFloatABIInTriple()
|
| H A D | AArch64.cpp | 459 Triple.setEnvironment(llvm::Triple::PAuthTest); in setPAuthABIInTriple()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 110 triple.setEnvironment(llvm::Triple::UnknownEnvironment); in GetSupportedArchitectures()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 217 normalized_triple.setEnvironment(host_triple.getEnvironment()); in GetAugmentedArchSpec()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | NaCl.cpp | 358 TheTriple.setEnvironment(llvm::Triple::GNUEABIHF); in ComputeEffectiveClangTriple()
|
| H A D | HLSL.cpp | 146 T.setEnvironment(Kind); in tryParseProfile()
|
| H A D | Darwin.cpp | 1708 void setEnvironment(DarwinEnvironmentKind Kind) { in setEnvironment() function 1813 void setEnvironment(llvm::Triple::EnvironmentType EnvType, in setEnvironment() function 1858 Result.setEnvironment(TT.getEnvironment(), OsVersion, SDKInfo); in createFromTarget() 1867 Result.setEnvironment(Environment, OSVersion, SDKInfo); in createFromMTargetOS() 2453 PlatformAndVersion->setEnvironment(SDKTarget->getEnvironment()); in AddDeploymentTarget()
|
| H A D | MSVC.cpp | 428 LinkCmd->setEnvironment(Environment); in ConstructJob()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpParser.cpp | 200 triple.setEnvironment(llvm::Triple::EnvironmentType::Android); in GetArchitecture()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 1197 LLVM_ABI void setEnvironment(EnvironmentType Kind);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1220 arch_spec.GetTriple().setEnvironment( in RefineModuleDetailsFromNote() 1303 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes() 1338 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes() 1345 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABIHF); in ParseARMAttributes()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 857 GetTriple().setEnvironment(other.GetTriple().getEnvironment()); in MergeFrom()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 875 normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in GetAugmentedArchSpec()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1622 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment() function in Triple
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 950 new_target_triple.setEnvironment(remote_triple.getEnvironment()); in DidLaunchOrAttach()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 24401 {"_ZN4llvm6Triple14setEnvironmentENS0_15EnvironmentTypeE", "llvm::Triple::setEnvironment(llvm::Trip…
|