HomeSort by relevance Sort by last modified time
    Searched refs:getEnvironment (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/ADT/
Triple.h 171 /// getEnvironment - Get the parsed environment type of this triple.
172 EnvironmentType getEnvironment() const { return Environment; }
315 return getEnvironment() == Triple::MachO || isOSDarwin();
  /external/llvm/unittests/ADT/
TripleTest.cpp 82 EXPECT_EQ(Triple::UnknownEnvironment, T.getEnvironment());
88 EXPECT_EQ(Triple::GNU, T.getEnvironment());
94 EXPECT_EQ(Triple::UnknownEnvironment, T.getEnvironment());
100 EXPECT_EQ(Triple::UnknownEnvironment, T.getEnvironment());
106 EXPECT_EQ(Triple::UnknownEnvironment, T.getEnvironment());
112 EXPECT_EQ(Triple::UnknownEnvironment, T.getEnvironment());
118 EXPECT_EQ(Triple::EABI, T.getEnvironment());
242 EXPECT_EQ(Triple::UnknownEnvironment, T.getEnvironment());
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 445 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
458 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
X86MCTargetDesc.cpp 377 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) {
465 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
  /external/clang/lib/Driver/
WindowsToolChain.cpp 66 if (!UseIntegratedAs && getTriple().getEnvironment() == llvm::Triple::MachO)
Tools.cpp 614 if (Triple.getEnvironment() == llvm::Triple::GNUEABI) {
622 switch(Triple.getEnvironment()) {
666 switch(Triple.getEnvironment()) {
    [all...]
ToolChains.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 558 (T.isOSDarwin() || T.getEnvironment() == Triple::MachO)) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 109 /// getEnvironment - Return the environment associated with this state.
111 const Environment& getEnvironment() const { return Env; }
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 562 bool isAndroid = targetTriple.getEnvironment() == llvm::Triple::ANDROIDEABI;
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 817 milliseconds