Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Host/android/
DHostInfoAndroid.cpp23 arch_32.GetTriple().setEnvironment(llvm::Triple::Android); in ComputeHostArchitectureSupport()
26 arch_64.GetTriple().setEnvironment(llvm::Triple::Android); in ComputeHostArchitectureSupport()
/external/llvm-project/lldb/unittests/Platform/
DPlatformAppleSimulatorTest.cpp63 arch.GetTriple().setEnvironment(llvm::Triple::Simulator); in TEST_F()
/external/llvm-project/clang/include/clang/Driver/
DJob.h204 virtual void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment);
241 void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) override;
/external/llvm-project/clang/unittests/CodeGen/
DTestCompiler.h44 Tr.setEnvironment(Triple::EnvironmentType::UnknownEnvironment);
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp92 Triple.setEnvironment(Env); in setTripleEnvironment()
94 EffectiveTriple.setEnvironment(Env); in setTripleEnvironment()
813 Triple.setEnvironment(isHardFloat ? Triple::GNUEABIHF : Triple::GNUEABI); in ComputeLLVMTriple()
817 Triple.setEnvironment(isHardFloat ? Triple::EABIHF : Triple::EABI); in ComputeLLVMTriple()
821 Triple.setEnvironment(isHardFloat ? Triple::MuslEABIHF in ComputeLLVMTriple()
DJob.cpp297 void Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment() function in Command
411 void CC1Command::setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) { in setEnvironment() function in CC1Command
DDriver.cpp519 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
523 Target.setEnvironment(llvm::Triple::GNUX32); in computeTargetTriple()
527 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
531 Target.setEnvironment(llvm::Triple::CODE16); in computeTargetTriple()
550 Target.setEnvironment(llvm::Triple::UnknownEnvironment); in computeTargetTriple()
566 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
571 Target.setEnvironment(llvm::Triple::GNUABIN32); in computeTargetTriple()
576 Target.setEnvironment(llvm::Triple::GNUABI64); in computeTargetTriple()
1096 T.setEnvironment(llvm::Triple::MSVC); in BuildCompilation()
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java205 public void setEnvironment(Object environment) in setEnvironment() method in NodeSetDTM
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DLocPathIterator.java162 public void setEnvironment(Object environment) in setEnvironment() method in LocPathIterator
/external/llvm/include/llvm/ADT/
DTriple.h611 void setEnvironment(EnvironmentType Kind);
/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp208 normalized_triple.setEnvironment(host_triple.getEnvironment()); in GetAugmentedArchSpec()
/external/clang/lib/Driver/
DDriver.cpp359 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
363 Target.setEnvironment(llvm::Triple::GNUX32); in computeTargetTriple()
367 Target.setEnvironment(llvm::Triple::GNU); in computeTargetTriple()
371 Target.setEnvironment(llvm::Triple::CODE16); in computeTargetTriple()
390 Target.setEnvironment(llvm::Triple::UnknownEnvironment); in computeTargetTriple()
506 T.setEnvironment(llvm::Triple::MSVC); in BuildCompilation()
/external/llvm-project/clang/lib/Driver/ToolChains/
DNaCl.cpp360 TheTriple.setEnvironment(llvm::Triple::GNUEABIHF); in ComputeEffectiveClangTriple()
DDarwin.cpp1385 void setEnvironment(DarwinEnvironmentKind Kind) { in setEnvironment() function
1849 OSTarget->setEnvironment(SDKTarget->getEnvironment()); in AddDeploymentTarget()
DMSVC.cpp615 LinkCmd->setEnvironment(Environment); in ConstructJob()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h772 void setEnvironment(EnvironmentType Kind);
/external/llvm-project/llvm/include/llvm/ADT/
DTriple.h824 void setEnvironment(EnvironmentType Kind);
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java475 public void setEnvironment(Environment environment) { in setEnvironment() method in CLDRConfig
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpParser.cpp197 triple.setEnvironment(llvm::Triple::EnvironmentType::Android); in GetArchitecture()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1173 arch_spec.GetTriple().setEnvironment( in RefineModuleDetailsFromNote()
1253 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1288 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABI); in ParseARMAttributes()
1295 arch_spec.GetTriple().setEnvironment(llvm::Triple::EABIHF); in ParseARMAttributes()
/external/testng/src/main/java/org/testng/
DTestNGAntTask.java829 execute.setEnvironment(environment); in executeAsForked()
/external/llvm/lib/Support/
DTriple.cpp1067 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment() function in Triple
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp1185 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment() function in Triple
/external/llvm-project/lldb/source/Target/
DPlatform.cpp962 normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in GetAugmentedArchSpec()
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp816 GetTriple().setEnvironment(other.GetTriple().getEnvironment()); in MergeFrom()

12