HomeSort by relevance Sort by last modified time
    Searched refs:Arch (Results 51 - 75 of 397) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceCommon.py 18 ## Get all packages from platform for specified arch, target and toolchain
22 # @param Arch: Current arch
27 def GetPackageList(Platform, BuildDatabase, Arch, Target, Toolchain):
30 Data = BuildDatabase[ModuleFile, Arch, Target, Toolchain]
32 for Lib in GetLiabraryInstances(Data, Platform, BuildDatabase, Arch, Target, Toolchain):
36 ## Get all declared PCD from platform for specified arch, target and toolchain
40 # @param Arch: Current arch
45 def GetDeclaredPcd(Platform, BuildDatabase, Arch, Target, Toolchain):
    [all...]
  /external/clang/lib/Driver/
MinGWToolChain.cpp 50 Arch = Archs[0].str();
51 // lib: Arch Linux, Ubuntu, Windows
58 Arch = CandidateArch;
93 (Base + Arch + llvm::sys::path::get_separator() + "lib").str());
96 getFilePaths().push_back(Base + Arch + "/sys-root/mingw/lib");
174 // Arch Linux
211 Base + Arch + "/sys-root/mingw/include");
215 Base + Arch + llvm::sys::path::get_separator() + "include");
235 llvm::sys::path::append(CppIncludeBases[0], Arch, "include", "c++");
237 llvm::sys::path::append(CppIncludeBases[1], Arch, "include", "c++", Ver)
    [all...]
  /bionic/tools/versioner/src/
Preprocessor.cpp 38 #include "Arch.h"
63 if (arch_visibility[type.arch] == 0 || arch_visibility[type.arch] > type.api_level) {
64 arch_visibility[type.arch] = type.api_level;
80 for (Arch arch : supported_archs) {
81 if (arch_visibility[arch] != 0) {
82 arch_visibility_str += to_string(arch);
84 arch_visibility_str += std::to_string(arch_visibility[arch]);
91 D(" Declaration visibility: global = %d, arch = %s\n", global_min_api_visible
    [all...]
DeclarationDatabase.cpp 146 // Tag the compiled-for arch, since this can vary across archs.
147 availability.arch_availability[type.arch].future = true;
161 { "introduced_in_arm", { &arch_availability[Arch::arm].introduced } },
162 { "introduced_in_mips", { &arch_availability[Arch::mips].introduced } },
163 { "introduced_in_x86", { &arch_availability[Arch::x86].introduced } },
165 { &arch_availability[Arch::arm].introduced,
166 &arch_availability[Arch::mips].introduced,
167 &arch_availability[Arch::x86].introduced } },
169 { &arch_availability[Arch::arm64].introduced,
170 &arch_availability[Arch::mips64].introduced
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileTable.py 78 # @param Scope1: Arch of a Inf item
111 # @param Arch: The Arch attribute of Record
116 def Query(self, Model, Arch=None, Platform=None):
120 if Arch != None and Arch != 'COMMON':
121 ConditionString += " AND (Scope1='%s' OR Scope1='COMMON')" % Arch
161 # @param Scope1: Arch of a Dec item
193 # @param Arch: The Arch attribute of Record
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.cpp 45 llvm::RuntimeDyldCOFF::create(Triple::ArchType Arch,
48 switch (Arch) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 68 void ARMTargetStreamer::emitArch(unsigned Arch) {}
70 void ARMTargetStreamer::emitObjectArch(unsigned Arch) {}
  /frameworks/rs/rsov/compiler/
RemoveNonkernelsPass.cpp 38 auto Arch = TT.getArch();
41 switch (Arch) {
  /external/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
102 if (Arch == llvm::Triple::arm ||
103 Arch == llvm::Triple::x86 ||
104 Arch == llvm::Triple::x86_64)
110 return Arch != llvm::Triple::x86_64;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
102 if (Arch == llvm::Triple::arm ||
103 Arch == llvm::Triple::x86 ||
104 Arch == llvm::Triple::x86_64)
110 return Arch != llvm::Triple::x86_64;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
102 if (Arch == llvm::Triple::arm ||
103 Arch == llvm::Triple::x86 ||
104 Arch == llvm::Triple::x86_64)
110 return Arch != llvm::Triple::x86_64;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
102 if (Arch == llvm::Triple::arm ||
103 Arch == llvm::Triple::x86 ||
104 Arch == llvm::Triple::x86_64)
110 return Arch != llvm::Triple::x86_64;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
102 if (Arch == llvm::Triple::arm ||
103 Arch == llvm::Triple::x86 ||
104 Arch == llvm::Triple::x86_64)
110 return Arch != llvm::Triple::x86_64;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
102 if (Arch == llvm::Triple::arm ||
103 Arch == llvm::Triple::x86 ||
104 Arch == llvm::Triple::x86_64)
110 return Arch != llvm::Triple::x86_64;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
102 if (Arch == llvm::Triple::arm ||
103 Arch == llvm::Triple::x86 ||
104 Arch == llvm::Triple::x86_64)
110 return Arch != llvm::Triple::x86_64;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
102 if (Arch == llvm::Triple::arm ||
103 Arch == llvm::Triple::x86 ||
104 Arch == llvm::Triple::x86_64)
110 return Arch != llvm::Triple::x86_64;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
ObjCRuntime.h 98 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
102 if (Arch == llvm::Triple::arm ||
103 Arch == llvm::Triple::x86 ||
104 Arch == llvm::Triple::x86_64)
110 return Arch != llvm::Triple::x86_64;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFdsGlobalVariable.py 122 # @param Arch: current arch
125 def GetBuildRules(Inf, Arch):
126 if not Arch:
127 Arch = 'COMMON'
129 if not Arch in GenFdsGlobalVariable.OutputDirDict:
151 Macro["ARCH" ] = Arch
157 Macro["BUILD_DIR" ] = GenFdsGlobalVariable.OutputDirDict[Arch]
158 Macro["BIN_DIR" ] = os.path.join(GenFdsGlobalVariable.OutputDirDict[Arch], Arch)
    [all...]
  /external/compiler-rt/make/platform/
clang_linux.mk 6 Arch := unknown
22 # Define configs only if arch in triple is i386 or x86_64
53 Arch.builtins-i386 := i386
54 Arch.profile-i386 := i386
60 Arch.builtins-x86_64 := x86_64
61 Arch.profile-x86_64 := x86_64
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bld_vlv.bat 28 set Arch=X64
84 set Arch=X64
89 set Arch=IA32
98 if "%Arch%"=="IA32" (
101 ) else if "%Arch%"=="X64" (
173 if "%Arch%"=="IA32" (
175 ) else if "%Arch%"=="X64" (
181 echo ACTIVE_PLATFORM = %PLATFORM_PACKAGE%/PlatformPkg%Arch%.dsc >> Conf\target.txt.tmp
183 echo ACTIVE_PLATFORM = %PLATFORM_PACKAGE%/PlatformPkg%Arch%Source.dsc >> Conf\target.txt.tmp
197 if "%Arch%"=="X64" (
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
sym.go 40 func linknew(arch *sys.Arch) *Link {
50 Arch: arch,
53 if obj.GOARCH != arch.Name {
54 log.Fatalf("invalid obj.GOARCH %s (want %s)", obj.GOARCH, arch.Name)
81 switch ctxt.Arch.Family {
90 ctxt.Tlsoffset = -1 * ctxt.Arch.PtrSize
93 ctxt.Tlsoffset = -1 * ctxt.Arch.PtrSize
97 switch ctxt.Arch.Family
    [all...]
decodesym.go 48 func decodeInuxi(arch *sys.Arch, p []byte, sz int) uint64 {
51 return uint64(arch.ByteOrder.Uint16(p))
53 return uint64(arch.ByteOrder.Uint32(p))
55 return arch.ByteOrder.Uint64(p)
77 func decodetypeSize(arch *sys.Arch, s *Symbol) int64 {
78 return int64(decodeInuxi(arch, s.P, SysArch.PtrSize)) // 0x8 / 0x10
82 func decodetypePtrdata(arch *sys.Arch, s *Symbol) int64
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
sym.go 40 func linknew(arch *sys.Arch) *Link {
50 Arch: arch,
53 if obj.GOARCH != arch.Name {
54 log.Fatalf("invalid obj.GOARCH %s (want %s)", obj.GOARCH, arch.Name)
81 switch ctxt.Arch.Family {
90 ctxt.Tlsoffset = -1 * ctxt.Arch.PtrSize
93 ctxt.Tlsoffset = -1 * ctxt.Arch.PtrSize
97 switch ctxt.Arch.Family
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfClassObject.py 89 (Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) = \
100 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
108 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 152 # for each section, maintain a dict, sorted arch will be its key,
421 KeyList = [Arch + '.' + ModuleString for Arch in ArchList]
443 for Arch in BinaryFile.SupArchList:
444 if LibraryClassDict.has_key(Arch):
445 if Statement not in LibraryClassDict[Arch]:
446 LibraryClassDict[Arch].append(Statement)
450 LibraryClassDict[Arch] = ['## @LIB_INSTANCES']
451 LibraryClassDict[Arch].append(Statement)
546 for Arch in SupArchList:
    [all...]

Completed in 952 milliseconds

1 23 4 5 6 7 8 91011>>