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

  /external/swiftshader/third_party/LLVM/lib/Support/
IncludeFile.cpp 1 //===- lib/Support/IncludeFile.cpp - Ensure Linking Of Implementation -----===//
10 // This file implements the IncludeFile constructor.
14 #include "llvm/Support/IncludeFile.h"
19 // llvm/Support/IncludeFile.h header for details.
20 IncludeFile::IncludeFile(const void*) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IncludeFile.h 1 //===- llvm/Support/IncludeFile.h - Ensure Linking Of Library ---*- C++ -*-===//
18 /// This macro is the public interface that IncludeFile.h exports. This gives
22 /// IncludeFile class directly.
43 static const IncludeFile name ## LinkObj ( &name ## LinkVar ); \
71 /// <tt>static IncludeFile LinkMyModule(&LinkMyCodeStub);</tt><br/>
73 struct IncludeFile {
74 explicit IncludeFile(const void *);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DscClassObject.py 285 for IncludeFile in IncludeFiles:
286 if IncludeFile[1] == Arch or IncludeFile[1] == TAB_ARCH_COMMON.upper():
287 Filename = CheckFileExist(self.WorkspaceDir, IncludeFile[0], ContainerFile, TAB_BUILD_OPTIONS, '', IncludeFile[2])
340 for IncludeFile in IncludeFiles:
341 if IncludeFile[1] == Arch or IncludeFile[1] == TAB_ARCH_COMMON.upper():
342 Filename = CheckFileExist(self.WorkspaceDir, IncludeFile[0], ContainerFile, TAB_SKUIDS, '', IncludeFile[2])
    [all...]
String.py 147 IncludeFile = CleanString(String[String.upper().find(DataType.TAB_INCLUDE.upper() + ' ') + len(DataType.TAB_INCLUDE + ' ') : ])
148 MergeArches(IncludeFiles, IncludeFile, Arch)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
PackageObject.py 32 self.IncludeFile = ''
34 def SetIncludeFile(self, IncludeFile):
35 self.IncludeFile = IncludeFile
38 return self.IncludeFile
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
Trim.py 339 IncludeFile = os.path.join(IncludePath, Source)
340 if os.path.isfile(IncludeFile):
341 F = open(IncludeFile, "r")
350 IncludeFile = os.path.abspath(os.path.normpath(IncludeFile))
351 if IncludeFile in gIncludedAslFile:
353 ExtraData= "%s -> %s" % (" -> ".join(gIncludedAslFile), IncludeFile))
355 gIncludedAslFile.append(IncludeFile)
369 LocalSearchPath = os.path.dirname(IncludeFile)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DistributionPackageClass.py 241 for IncludeFile in Module.UniFileClassObject.IncludePathList:
242 if IncludeFile not in SkipModulesUniList:
243 SkipModulesUniList.append(IncludeFile)
  /external/swiftshader/third_party/LLVM/
Android.mk 240 lib/Support/IncludeFile.cpp \
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
c.py 615 for IncludeFile in GetIncludeFileList(FullFileName):
616 FileName = IncludeFile[0].lstrip('#').strip()
626 for IncludeFile in GetIncludeFileList(IncludeFileQueue[i]):
627 FileName = IncludeFile[0].lstrip('#').strip()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py     [all...]

Completed in 1065 milliseconds