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

  /external/compiler-rt/make/
lib_platforms.mk 15 $(call Set,PlatformName,$(basename $(notdir $(1))))
17 $$(info MAKE: $(PlatformName): Loading platform)
21 $(call Set,PlatformKey,Platform.$(PlatformName))
23 $(call Set,$(PlatformKey).Name,$(PlatformName))
71 $$(info MAKE: $(PlatformName): Done loading platform)
  /external/skia/platform_tools/android/bin/
download_utils.py 57 def PlatformName(name=None):
64 if PlatformName() == 'windows':
  /external/clang/include/clang/Basic/
TargetInfo.h 81 mutable StringRef PlatformName;
820 StringRef getPlatformName() const { return PlatformName; }
  /external/clang/lib/Basic/
TargetInfo.cpp 94 PlatformName = "unknown";
Targets.cpp 89 StringRef &PlatformName,
127 PlatformName = "macosx";
130 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
136 if (PlatformName == "win32") {
214 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
392 this->PlatformName = "android";
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 123 milliseconds