Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h211 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 DJob.cpp304 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 DDriver.cpp742 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 DToolChain.cpp146 Triple.setEnvironment(Env); in setTripleEnvironment()
148 EffectiveTriple.setEnvironment(Env); in setTripleEnvironment()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp355 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 DAArch64.cpp459 Triple.setEnvironment(llvm::Triple::PAuthTest); in setPAuthABIInTriple()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp110 triple.setEnvironment(llvm::Triple::UnknownEnvironment); in GetSupportedArchitectures()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp217 normalized_triple.setEnvironment(host_triple.getEnvironment()); in GetAugmentedArchSpec()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp358 TheTriple.setEnvironment(llvm::Triple::GNUEABIHF); in ComputeEffectiveClangTriple()
H A DHLSL.cpp146 T.setEnvironment(Kind); in tryParseProfile()
H A DDarwin.cpp1708 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 DMSVC.cpp428 LinkCmd->setEnvironment(Environment); in ConstructJob()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp200 triple.setEnvironment(llvm::Triple::EnvironmentType::Android); in GetArchitecture()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1197 LLVM_ABI void setEnvironment(EnvironmentType Kind);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1220 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 DArchSpec.cpp857 GetTriple().setEnvironment(other.GetTriple().getEnvironment()); in MergeFrom()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp875 normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in GetAugmentedArchSpec()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1622 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment() function in Triple
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp950 new_target_triple.setEnvironment(remote_triple.getEnvironment()); in DidLaunchOrAttach()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24401 {"_ZN4llvm6Triple14setEnvironmentENS0_15EnvironmentTypeE", "llvm::Triple::setEnvironment(llvm::Trip…