Home
last modified time | relevance | path

Searched refs:Arch (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h86 if (Arch == Triple::aarch64) in getMaxStubSize()
88 if (Arch == Triple::arm || Arch == Triple::thumb) in getMaxStubSize()
90 else if (Arch == Triple::mipsel || Arch == Triple::mips) in getMaxStubSize()
92 else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le) in getMaxStubSize()
94 else if (Arch == Triple::x86_64) in getMaxStubSize()
96 else if (Arch == Triple::systemz) in getMaxStubSize()
103 if (Arch == Triple::systemz) in getStubAlignment()
DRuntimeDyldMachO.h59 if (Arch == Triple::arm || Arch == Triple::thumb) in getMaxStubSize()
61 else if (Arch == Triple::x86_64) in getMaxStubSize()
DRuntimeDyld.cpp93 Arch = (Triple::ArchType)obj->getArch(); in loadObject()
396 if (Arch == Triple::aarch64) { in createStubFunction()
414 } else if (Arch == Triple::arm) { in createStubFunction()
420 } else if (Arch == Triple::mipsel || Arch == Triple::mips) { in createStubFunction()
437 } else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le) { in createStubFunction()
455 } else if (Arch == Triple::systemz) { in createStubFunction()
462 } else if (Arch == Triple::x86_64) { in createStubFunction()
DRuntimeDyldELF.cpp815 switch (Arch) { in resolveRelocation()
937 if (Arch == Triple::aarch64 && in processRelocationRef()
986 } else if (Arch == Triple::arm && in processRelocationRef()
1018 } else if ((Arch == Triple::mipsel || Arch == Triple::mips) && in processRelocationRef()
1064 } else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le) { in processRelocationRef()
1155 } else if (Arch == Triple::systemz && in processRelocationRef()
1202 } else if (Arch == Triple::x86_64 && RelType == ELF::R_X86_64_PLT32) { in processRelocationRef()
1259 if (Arch == Triple::x86_64 && RelType == ELF::R_X86_64_GOTPCREL) { in processRelocationRef()
1289 switch (Arch) { in getGOTEntrySize()
DRuntimeDyldMachO.cpp162 switch (Arch) { in resolveRelocation()
387 if (Arch == Triple::x86_64 && (RelType == MachO::X86_64_RELOC_GOT || in processRelocationRef()
409 } else if (Arch == Triple::arm && in processRelocationRef()
DRuntimeDyldImpl.h187 Triple::ArchType Arch; variable
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DObjCRuntime.h93 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) { in isLegacyDispatchDefaultForArch() argument
97 if (Arch == llvm::Triple::arm || in isLegacyDispatchDefaultForArch()
98 Arch == llvm::Triple::x86 || in isLegacyDispatchDefaultForArch()
99 Arch == llvm::Triple::x86_64) in isLegacyDispatchDefaultForArch()
/freebsd-9-stable/contrib/llvm/lib/Object/
DMachOUniversal.cpp116 static bool getCTMForArch(Triple::ArchType Arch, MachO::CPUType &CTM) { in getCTMForArch() argument
117 switch (Arch) { in getCTMForArch()
129 MachOUniversalBinary::getObjectForArch(Triple::ArchType Arch, in getObjectForArch() argument
132 if (!getCTMForArch(Arch, CTM)) in getObjectForArch()
DMachOObjectFile.cpp890 unsigned Arch = this->getArch(); in getRelocationTypeName() local
892 switch (Arch) { in getRelocationTypeName()
981 unsigned Arch = this->getArch(); in getRelocationValueString() local
992 if (Arch == Triple::x86_64) { in getRelocationValueString()
1045 } else if (Arch == Triple::x86 || Arch == Triple::arm || in getRelocationValueString()
1046 Arch == Triple::ppc) { in getRelocationValueString()
1071 if (Arch == Triple::x86 || Arch == Triple::ppc) { in getRelocationValueString()
1154 unsigned Arch = getArch(); in getRelocationHidden() local
1162 if (Arch == Triple::x86 || Arch == Triple::arm || Arch == Triple::ppc) { in getRelocationHidden()
1164 } else if (Arch == Triple::x86_64) { in getRelocationHidden()
/freebsd-9-stable/contrib/llvm/lib/Support/
DTriple.cpp317 Arch(parseArch(getArchName())), in Triple()
331 Arch(parseArch(ArchStr.str())), in Triple()
346 Arch(parseArch(ArchStr.str())), in Triple()
362 ArchType Arch = UnknownArch; in normalize() local
364 Arch = parseArch(Components[0]); in normalize()
378 Found[0] = Arch != UnknownArch; in normalize()
401 Arch = parseArch(Comp); in normalize()
402 Valid = Arch != UnknownArch; in normalize()
668 static unsigned getArchPointerBitWidth(llvm::Triple::ArchType Arch) { in getArchPointerBitWidth() argument
669 switch (Arch) { in getArchPointerBitWidth()
/freebsd-9-stable/contrib/bmake/
Darch.c181 typedef struct Arch { struct
187 } Arch; argument
197 static int ArchSVR4Entry(Arch *, char *, size_t, FILE *);
246 Arch *a = (Arch *)ap; in ArchFree()
547 return (strcmp(archName, ((const Arch *)ar)->name)); in ArchFindArchive()
581 Arch *ar; /* Archive descriptor */ in ArchStatMember()
600 ar = (Arch *)Lst_Datum(ln); in ArchStatMember()
661 ar = bmake_malloc(sizeof(Arch)); in ArchStatMember()
790 ArchSVR4Entry(Arch *ar, char *name, size_t size, FILE *arch) in ArchSVR4Entry()
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCObjectFileInfo.cpp726 Triple::ArchType Arch = T.getArch(); in InitMCObjectFileInfo() local
729 if ((Arch == Triple::x86 || Arch == Triple::x86_64 || in InitMCObjectFileInfo()
730 Arch == Triple::arm || Arch == Triple::thumb || in InitMCObjectFileInfo()
731 Arch == Triple::ppc || Arch == Triple::ppc64 || in InitMCObjectFileInfo()
732 Arch == Triple::UnknownArch) && in InitMCObjectFileInfo()
736 } else if ((Arch == Triple::x86 || Arch == Triple::x86_64) && in InitMCObjectFileInfo()
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DTriple.h133 ArchType Arch; variable
150 Triple() : Data(), Arch(), Vendor(), OS(), Environment() {} in Triple()
172 ArchType getArch() const { return Arch; } in getArch()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DInitHeaderSearch.cpp83 StringRef Arch,
202 StringRef Arch, in AddMinGWCPlusPlusIncludePaths() argument
204 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++", in AddMinGWCPlusPlusIncludePaths()
206 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch, in AddMinGWCPlusPlusIncludePaths()
208 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward", in AddMinGWCPlusPlusIncludePaths()
/freebsd-9-stable/contrib/llvm/lib/Support/Unix/
DHost.inc48 std::string Arch = ArchSplit.first;
50 std::string Triple(Arch);
/freebsd-9-stable/usr.bin/make/
Darch.c117 typedef struct Arch { struct
126 TAILQ_ENTRY(Arch) link; /* link all cached archives */ argument
127 } Arch; typedef
130 static TAILQ_HEAD(, Arch) archives = TAILQ_HEAD_INITIALIZER(archives);
884 Arch *ar; /* Archive descriptor */ in ArchStatMember()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Driver/
DToolChains.cpp145 if (const char *Arch = GetArmArchForMArch(A->getValue())) in getDarwinArchName() local
146 return Arch; in getDarwinArchName()
149 if (const char *Arch = GetArmArchForMCpu(A->getValue())) in getDarwinArchName() local
150 return Arch; in getDarwinArchName()
1346 static bool isMipsArch(llvm::Triple::ArchType Arch) { in isMipsArch() argument
1347 return Arch == llvm::Triple::mips || in isMipsArch()
1348 Arch == llvm::Triple::mipsel || in isMipsArch()
1349 Arch == llvm::Triple::mips64 || in isMipsArch()
1350 Arch == llvm::Triple::mips64el; in isMipsArch()
2240 static Distro DetectDistro(llvm::Triple::ArchType Arch) { in DetectDistro() argument
[all …]
DTools.cpp4150 llvm::Triple::ArchType Arch = getToolChain().getArch(); in ConstructJob() local
4155 if (Arch == llvm::Triple::ppc) in ConstructJob()
4157 else if (Arch == llvm::Triple::ppc64) in ConstructJob()
4159 else if (Arch == llvm::Triple::ppc64le) in ConstructJob()
4170 if (Arch == llvm::Triple::x86 || Arch == llvm::Triple::ppc) in ConstructJob()
4172 else if (Arch == llvm::Triple::x86_64 || Arch == llvm::Triple::ppc64 || in ConstructJob()
4173 Arch == llvm::Triple::ppc64le) in ConstructJob()
5196 llvm::Triple::ArchType Arch = T.getArch(); in ConstructJob() local
5197 switch (Arch) { in ConstructJob()
5864 llvm::Triple::ArchType Arch = ToolChain.getArch(); in ConstructJob() local
[all …]
/freebsd-9-stable/contrib/llvm/include/llvm/Object/
DMachOUniversal.h95 error_code getObjectForArch(Triple::ArchType Arch,
/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp328 static const char *getElfSectionType(unsigned Arch, unsigned Type) { in getElfSectionType() argument
329 switch (Arch) { in getElfSectionType()
394 static const char *getElfSegmentType(unsigned Arch, unsigned Type) { in getElfSegmentType() argument
397 switch (Arch) { in getElfSegmentType()
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r259053-gcc-installation-detector.diff46 llvm::Triple::ArchType Arch = Triple.getArch();
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsInstrFormats.td46 let ColFields = ["Arch"];
54 string Arch = "se";
99 string Arch;
DMicroMipsInstrFormats.td2 string Arch = "micromips";
/freebsd-9-stable/contrib/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1976 Triple::ArchType Arch = TT.getArch(); in EmitDarwinBCHeaderAndTrailer() local
1977 if (Arch == Triple::x86_64) in EmitDarwinBCHeaderAndTrailer()
1979 else if (Arch == Triple::x86) in EmitDarwinBCHeaderAndTrailer()
1981 else if (Arch == Triple::ppc) in EmitDarwinBCHeaderAndTrailer()
1983 else if (Arch == Triple::ppc64) in EmitDarwinBCHeaderAndTrailer()
1985 else if (Arch == Triple::arm || Arch == Triple::thumb) in EmitDarwinBCHeaderAndTrailer()
/freebsd-9-stable/contrib/binutils/gas/doc/
Dc-i386.texi35 * i386-Arch:: Specifying an x86 CPU architecture
564 is added. (See also @pxref{i386-Arch})
738 @node i386-Arch

12