HomeSort by: relevance | last modified time | path
    Searched refs:getCPUType (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOUniversal.cpp 173 Twine(A.getCPUType()) + ") cpusubtype (" +
181 ") too large for cputype (" + Twine(A.getCPUType()) +
189 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" +
195 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") "
205 if (A.getCPUType() == B.getCPUType() &&
209 "(" + Twine(A.getCPUType()) + ") cpusubtype (" +
219 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") "
222 Twine(A.getSize()) + ", overlaps cputype (" + Twine(B.getCPUType()) +
MachOUniversalWriter.cpp 99 auto CPU = std::make_pair(MachO::getCPUType(TT), MachO::getCPUSubType(TT));
255 FatArch.cputype = S.getCPUType();
MachOObjectFile.cpp 127 static unsigned getCPUType(const MachOObjectFile &O) {
1015 uint32_t cputype = getCPUType(Obj);
2556 unsigned CPUType = getCPUType(*this);
2777 return getArch(getCPUType(*this), getCPUSubType(*this));
4187 if (getCPUType(*this) == MachO::CPU_TYPE_X86_64)
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackendDarwin.h 32 /*Is64Bit=*/false, cantFail(MachO::getCPUType(TT)), Subtype);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachOUniversal.h 60 uint32_t getCPUType() const {
97 return MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType());
101 MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType(),
MachOUniversalWriter.h 61 uint32_t getCPUType() const { return CPUType; }
TapiUniversal.h 42 uint32_t getCPUType() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCMachObjectWriter.h 64 uint32_t getCPUType() const { return CPUType; }
173 uint32_t CPUType = TargetObjectWriter->getCPUType();
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MachO.cpp 77 Expected<uint32_t> MachO::getCPUType(const Triple &T) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
llvm-gsymutil.cpp 174 static uint32_t getCPUType(MachOObjectFile &MachO) {
197 if (Value == getCPUType(Obj))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 291 static uint32_t getCPUType(MachOObjectFile &MachO) {
308 if (Value == getCPUType(*MachO))
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOModule.cpp 684 return MachO::getCPUType(Triple(Mod->getTargetTriple()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 554 uint32_t CPUType = cantFail(MachO::getCPUType(TheTriple));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
llvm-libtool-darwin.cpp 280 Expected<uint32_t> FileCPUTypeOrErr = MachO::getCPUType(TT);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOObjcopy.cpp 429 O.getCPUType(), O.getCPUSubType(),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
llvm-lipo.cpp 342 if (S.getCPUType() != SpecifiedCPUType)
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp 614 arch.cputype = Slice.getCPUType();
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp 150 W.write<uint32_t>(TargetObjectWriter->getCPUType());
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 1432 uint32_t CPUType = cantFail(MachO::getCPUType(TT));
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 1525 Expected<uint32_t> getCPUType(const Triple &T);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 2156 uint32_t cputype = OFA.getCPUType();
2161 uint32_t other_cputype = other_OFA.getCPUType();

Completed in 93 milliseconds