HomeSort by relevance Sort by last modified time
    Searched refs:PlatformName (Results 1 - 20 of 20) 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 87 mutable StringRef PlatformName;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 89 mutable StringRef PlatformName;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 89 mutable StringRef PlatformName;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 89 mutable StringRef PlatformName;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 89 mutable StringRef PlatformName;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 89 mutable StringRef PlatformName;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 89 mutable StringRef PlatformName;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 89 mutable StringRef PlatformName;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 89 mutable StringRef PlatformName;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
BuildClassObject.py 303 # @var PlatformName: To store value for PlatformName
327 self.PlatformName = ''
WorkspaceDatabase.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkIIWorkspaceBuild.py 303 # @var PlatformName: To store value for PlatformName
327 self.PlatformName = ''
547 Pb.PlatformName = Platform.Header[Arch].Name
548 if Pb.PlatformName == '':
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 101 PlatformName = "unknown";
Targets.cpp 115 StringRef &PlatformName,
145 PlatformName = "macos";
148 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
154 if (PlatformName == "win32") {
227 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
454 this->PlatformName = "android";
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 225 GenFdsGlobalVariable.PlatformName = BuildWorkSpace.BuildObject[GenFdsGlobalVariable.ActivePlatform, Arch, Options.BuildTarget, Options.ToolChain].PlatformName
GenFdsGlobalVariable.py 66 PlatformName = ''
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py 611 return self.Platform.PlatformName
    [all...]

Completed in 473 milliseconds