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 86 mutable StringRef PlatformName;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 98 PlatformName = "unknown";
Targets.cpp 112 StringRef &PlatformName,
142 PlatformName = "macosx";
145 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
151 if (PlatformName == "win32") {
220 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
398 this->PlatformName = "android";
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 818 milliseconds