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

  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOUniversal.cpp 174 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
183 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
190 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
196 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
206 (A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) ==
207 (B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK)) {
210 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + "))");
220 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) +
223 ") cpusubtype (" + Twine(B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK)
MachOUniversalWriter.cpp 99 auto CPU = std::make_pair(MachO::getCPUType(TT), MachO::getCPUSubType(TT));
256 FatArch.cpusubtype = S.getCPUSubType();
MachOObjectFile.cpp 131 static unsigned getCPUSubType(const MachOObjectFile &O) {
2777 return getArch(getCPUType(*this), getCPUSubType(*this));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackendDarwin.h 27 MachO::getCPUSubType(STI.getTargetTriple()))) {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachOUniversal.h 66 uint32_t getCPUSubType() const {
97 return MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType());
101 MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType(),
MachOUniversalWriter.h 63 uint32_t getCPUSubType() const { return CPUSubType; }
TapiUniversal.h 48 uint32_t getCPUSubType() const {
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MachO.cpp 95 Expected<uint32_t> MachO::getCPUSubType(const Triple &T) {
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOModule.cpp 688 return MachO::getCPUSubType(Triple(Mod->getTargetTriple()));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 555 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TheTriple));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
llvm-libtool-darwin.cpp 284 Expected<uint32_t> FileCPUSubTypeOrErr = MachO::getCPUSubType(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/obj2yaml/
macho2yaml.cpp 615 arch.cpusubtype = Slice.getCPUSubType();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 1433 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TT));
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 1526 Expected<uint32_t> getCPUSubType(const Triple &T);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 2157 uint32_t cpusubtype = OFA.getCPUSubType();
2162 uint32_t other_cpusubtype = other_OFA.getCPUSubType();

Completed in 31 milliseconds