/external/llvm-project/lldb/source/Host/android/ |
D | HostInfoAndroid.cpp | 23 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/ |
D | PlatformAppleSimulatorTest.cpp | 63 arch.GetTriple().setEnvironment(llvm::Triple::Simulator); in TEST_F()
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Job.h | 204 virtual void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment); 241 void setEnvironment(llvm::ArrayRef<const char *> NewEnvironment) override;
|
/external/llvm-project/clang/unittests/CodeGen/ |
D | TestCompiler.h | 44 Tr.setEnvironment(Triple::EnvironmentType::UnknownEnvironment);
|
/external/llvm-project/clang/lib/Driver/ |
D | ToolChain.cpp | 92 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()
|
D | Job.cpp | 297 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
|
D | Driver.cpp | 519 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/ |
D | NodeSetDTM.java | 205 public void setEnvironment(Object environment) in setEnvironment() method in NodeSetDTM
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | LocPathIterator.java | 162 public void setEnvironment(Object environment) in setEnvironment() method in LocPathIterator
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 611 void setEnvironment(EnvironmentType Kind);
|
/external/llvm-project/lldb/source/Host/common/ |
D | HostInfoBase.cpp | 208 normalized_triple.setEnvironment(host_triple.getEnvironment()); in GetAugmentedArchSpec()
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 359 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/ |
D | NaCl.cpp | 360 TheTriple.setEnvironment(llvm::Triple::GNUEABIHF); in ComputeEffectiveClangTriple()
|
D | Darwin.cpp | 1385 void setEnvironment(DarwinEnvironmentKind Kind) { in setEnvironment() function 1849 OSTarget->setEnvironment(SDKTarget->getEnvironment()); in AddDeploymentTarget()
|
D | MSVC.cpp | 615 LinkCmd->setEnvironment(Environment); in ConstructJob()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Triple.h | 772 void setEnvironment(EnvironmentType Kind);
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | Triple.h | 824 void setEnvironment(EnvironmentType Kind);
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRConfig.java | 475 public void setEnvironment(Environment environment) { in setEnvironment() method in CLDRConfig
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | MinidumpParser.cpp | 197 triple.setEnvironment(llvm::Triple::EnvironmentType::Android); in GetArchitecture()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 1173 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/ |
D | TestNGAntTask.java | 829 execute.setEnvironment(environment); in executeAsForked()
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 1067 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment() function in Triple
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Triple.cpp | 1185 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment() function in Triple
|
/external/llvm-project/lldb/source/Target/ |
D | Platform.cpp | 962 normalized_triple.setEnvironment(compatible_triple.getEnvironment()); in GetAugmentedArchSpec()
|
/external/llvm-project/lldb/source/Utility/ |
D | ArchSpec.cpp | 816 GetTriple().setEnvironment(other.GetTriple().getEnvironment()); in MergeFrom()
|