Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DJob.h123 void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostInfoBase.cpp214 normalized_triple.setEnvironment(host_triple.getEnvironment()); in GetAugmentedArchSpec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp459 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
463 Target.setEnvironment(llvm::Triple::GNUX32); in computeTargetTriple()
467 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
471 Target.setEnvironment(llvm::Triple::CODE16); in computeTargetTriple()
490 Target.setEnvironment(llvm::Triple::UnknownEnvironment); in computeTargetTriple()
506 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
511 Target.setEnvironment(llvm::Triple::GNUABIN32); in computeTargetTriple()
516 Target.setEnvironment(llvm::Triple::GNUABI64); in computeTargetTriple()
1022 T.setEnvironment(llvm::Triple::MSVC); in BuildCompilation()
H A DToolChain.cpp95 Triple.setEnvironment(Env); in setTripleEnvironment()
97 EffectiveTriple.setEnvironment(Env); in setTripleEnvironment()
H A DJob.cpp311 void Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment() function in Command
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DNaCl.cpp359 TheTriple.setEnvironment(llvm::Triple::GNUEABIHF); in ComputeEffectiveClangTriple()
H A DDarwin.cpp1191 void setEnvironment(DarwinEnvironmentKind Kind) { in setEnvironment() function
1651 OSTarget->setEnvironment(SDKTarget->getEnvironment()); in AddDeploymentTarget()
H A DMSVC.cpp562 LinkCmd->setEnvironment(Environment); in ConstructJob()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DTriple.h722 void setEnvironment(EnvironmentType Kind);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1346 arch_spec.GetTriple().setEnvironment( in RefineModuleDetailsFromNote()
1428 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1463 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1470 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABIHF); in ParseARMAttributes()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp223 triple.setEnvironment(llvm::Triple::EnvironmentType::Android); in GetArchitecture()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DTriple.cpp1158 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment() function in Triple
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DArchSpec.cpp910 GetTriple().setEnvironment(other.GetTriple().getEnvironment()); in MergeFrom()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp995 normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in GetAugmentedArchSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1176 new_target_triple.setEnvironment( in DidLaunchOrAttach()