HomeSort by relevance Sort by last modified time
    Searched refs:PlatformName (Results 1 - 5 of 5) 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/clang/include/clang/Basic/
TargetInfo.h 81 mutable StringRef PlatformName;
736 StringRef getPlatformName() const { return PlatformName; }
  /external/clang/lib/Basic/
TargetInfo.cpp 93 PlatformName = "unknown";
Targets.cpp 89 StringRef &PlatformName,
127 PlatformName = "macosx";
130 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
136 if (PlatformName == "win32") {
177 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 80 milliseconds