Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/android/
H A DHostInfoAndroid.cpp23 arch_32.GetTriple().setEnvironment(llvm::Triple::Android); in ComputeHostArchitectureSupport()
26 arch_64.GetTriple().setEnvironment(llvm::Triple::Android); in ComputeHostArchitectureSupport()
/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformAppleSimulatorTest.cpp64 arch.GetTriple().setEnvironment(llvm::Triple::Simulator); in TEST_F()
89 arch.GetTriple().setEnvironment(llvm::Triple::Simulator); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DJob.h205 virtual void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment);
246 void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) override;
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h44 Tr.setEnvironment(Triple::EnvironmentType::UnknownEnvironment);
/llvm-project-15.0.7/clang/lib/Driver/
H A DJob.cpp298 void Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment() function in Command
414 void CC1Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment() function in CC1Command
H A DDriver.cpp581 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
583 Target.setEnvironment(llvm::Triple::Musl); in computeTargetTriple()
588 Target.setEnvironment(llvm::Triple::MuslX32); in computeTargetTriple()
590 Target.setEnvironment(llvm::Triple::GNUX32); in computeTargetTriple()
594 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
596 Target.setEnvironment(llvm::Triple::Musl); in computeTargetTriple()
600 Target.setEnvironment(llvm::Triple::CODE16); in computeTargetTriple()
638 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
643 Target.setEnvironment(llvm::Triple::GNUABIN32); in computeTargetTriple()
648 Target.setEnvironment(llvm::Triple::GNUABI64); in computeTargetTriple()
[all …]
H A DToolChain.cpp92 Triple.setEnvironment(Env); in setTripleEnvironment()
94 EffectiveTriple.setEnvironment(Env); in setTripleEnvironment()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHLSL.cpp104 T.setEnvironment(Kind); in tryParseProfile()
H A DNaCl.cpp362 TheTriple.setEnvironment(llvm::Triple::GNUEABIHF); in ComputeEffectiveClangTriple()
H A DDarwin.cpp1524 void setEnvironment(DarwinEnvironmentKind Kind) { in setEnvironment() function
1603 void setEnvironment(llvm::Triple::EnvironmentType EnvType, in setEnvironment() function
1650 Result.setEnvironment(TT.getEnvironment(), OsVersion, SDKInfo); in createFromTarget()
1660 Result.setEnvironment(Environment, OSVersion, SDKInfo); in createFromMTargetOS()
2148 OSTarget->setEnvironment(SDKTarget->getEnvironment()); in AddDeploymentTarget()
H A DMSVC.cpp402 LinkCmd->setEnvironment(Environment); in ConstructJob()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp112 triple.setEnvironment(llvm::Triple::UnknownEnvironment); in GetSupportedArchitectures()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp333 spec.GetTriple().setEnvironment(env); in GetModuleSpecifications()
338 spec.GetTriple().setEnvironment(env); in GetModuleSpecifications()
343 spec.GetTriple().setEnvironment(env); in GetModuleSpecifications()
348 spec.GetTriple().setEnvironment(env); in GetModuleSpecifications()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp285 Triple.setEnvironment(isHardFloat ? llvm::Triple::GNUEABIHF in setFloatABIInTriple()
290 Triple.setEnvironment(isHardFloat ? llvm::Triple::EABIHF in setFloatABIInTriple()
295 Triple.setEnvironment(isHardFloat ? llvm::Triple::MuslEABIHF in setFloatABIInTriple()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostInfoBase.cpp214 normalized_triple.setEnvironment(host_triple.getEnvironment()); in GetAugmentedArchSpec()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTriple.h947 void setEnvironment(EnvironmentType Kind);
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp195 triple.setEnvironment(llvm::Triple::EnvironmentType::Android); in GetArchitecture()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1192 arch_spec.GetTriple().setEnvironment( in RefineModuleDetailsFromNote()
1274 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1309 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1316 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABIHF); in ParseARMAttributes()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp176 T.setEnvironment(Triple::MSVC); in getClangClTriple()
/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp827 GetTriple().setEnvironment(other.GetTriple().getEnvironment()); in MergeFrom()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp943 normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in GetAugmentedArchSpec()
/llvm-project-15.0.7/llvm/lib/Support/
H A DTriple.cpp1323 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment() function in Triple
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1040 new_target_triple.setEnvironment(remote_triple.getEnvironment()); in DidLaunchOrAttach()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5009 triple.setEnvironment(llvm::Triple::Simulator);