Home
last modified time | relevance | path

Searched refs:getCPUSubType (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOUniversal.cpp154 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
163 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
170 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
176 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
186 (A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) == in MachOUniversalBinary()
187 (B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK)) { in MachOUniversalBinary()
190 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + "))"); in MachOUniversalBinary()
200 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
203 ") cpusubtype (" + Twine(B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) in MachOUniversalBinary()
DMachOObjectFile.cpp131 static unsigned getCPUSubType(const MachOObjectFile &O) { in getCPUSubType() function
2744 return getArch(getCPUType(*this), getCPUSubType(*this)); in getArch()
/external/llvm-project/llvm/lib/Object/
DMachOUniversal.cpp174 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
183 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
190 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
196 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
206 (A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) == in MachOUniversalBinary()
207 (B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK)) { in MachOUniversalBinary()
210 Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + "))"); in MachOUniversalBinary()
220 "cpusubtype (" + Twine(A.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) + in MachOUniversalBinary()
223 ") cpusubtype (" + Twine(B.getCPUSubType() & ~MachO::CPU_SUBTYPE_MASK) in MachOUniversalBinary()
DMachOUniversalWriter.cpp99 auto CPU = std::make_pair(MachO::getCPUType(TT), MachO::getCPUSubType(TT)); in getMachoCPUFromTriple()
256 FatArch.cpusubtype = S.getCPUSubType(); in buildFatArchList()
/external/llvm-project/lld/unittests/DriverTests/
DDarwinLdDriverTest.cpp136 EXPECT_EQ(llvm::MachO::CPU_SUBTYPE_X86_64_ALL, _ctx.getCPUSubType()); in TEST_F()
143 EXPECT_EQ(llvm::MachO::CPU_SUBTYPE_X86_ALL, _ctx.getCPUSubType()); in TEST_F()
150 EXPECT_EQ(llvm::MachO::CPU_SUBTYPE_ARM_V6, _ctx.getCPUSubType()); in TEST_F()
157 EXPECT_EQ(llvm::MachO::CPU_SUBTYPE_ARM_V7, _ctx.getCPUSubType()); in TEST_F()
164 EXPECT_EQ(llvm::MachO::CPU_SUBTYPE_ARM_V7S, _ctx.getCPUSubType()); in TEST_F()
/external/llvm-project/llvm/unittests/BinaryFormat/
DMachOTest.cpp79 ASSERT_EQ(cantFail(MachO::getCPUSubType(Triple(StrTriple))), \ in TEST()
106 MachO::getCPUSubType(Triple("x86_64-linux-unknown")); in TEST()
113 Expected<uint32_t> Type = MachO::getCPUSubType(Triple("mips-apple-darwin")); in TEST()
/external/llvm-project/llvm/include/llvm/Object/
DMachOUniversal.h66 uint32_t getCPUSubType() const { in getCPUSubType() function
97 return MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType()); in getTriple()
101 MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType(), in getArchFlagName()
DMachOUniversalWriter.h63 uint32_t getCPUSubType() const { return CPUSubType; } in getCPUSubType() function
DTapiUniversal.h48 uint32_t getCPUSubType() const { in getCPUSubType() function
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackendDarwin.h27 MachO::getCPUSubType(STI.getTargetTriple()))) {} in ARMAsmBackendDarwin()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DTapiUniversal.h48 uint32_t getCPUSubType() const { in getCPUSubType() function
DMachOUniversal.h63 uint32_t getCPUSubType() const { in getCPUSubType() function
/external/llvm-project/llvm/lib/BinaryFormat/
DMachO.cpp95 Expected<uint32_t> MachO::getCPUSubType(const Triple &T) { in getCPUSubType() function in MachO
/external/llvm/include/llvm/Object/
DMachOUniversal.h62 uint32_t getCPUSubType() const { in getCPUSubType() function
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h109 uint32_t getCPUSubType() const;
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOObjcopy.cpp443 O.getCPUType(), O.getCPUSubType(), in executeObjcopyOnMachOUniversalBinary()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp488 arch.cpusubtype = Slice.getCPUSubType(); in macho2yaml()
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp567 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TheTriple)); in createObjectTargetWriter()
/external/llvm-project/llvm/tools/llvm-libtool-darwin/
Dllvm-libtool-darwin.cpp275 Expected<uint32_t> FileCPUSubTypeOrErr = MachO::getCPUSubType(TT); in verifyAndAddIRObject()
/external/llvm-project/llvm/lib/LTO/
DLTOModule.cpp688 return MachO::getCPUSubType(Triple(Mod->getTargetTriple())); in getMachOCPUSubType()
/external/llvm-project/llvm/tools/obj2yaml/
Dmacho2yaml.cpp615 arch.cpusubtype = Slice.getCPUSubType(); in macho2yaml()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp278 uint32_t MachOLinkingContext::getCPUSubType() const { in getCPUSubType() function in lld::MachOLinkingContext
DMachONormalizedFileFromAtoms.cpp905 _stabs.push_back(mach_o::Stab(nullptr, N_OSO, _ctx.getCPUSubType(), 1, in synthesizeDebugNotes()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp1404 uint32_t CPUSubType = cantFail(MachO::getCPUSubType(TT)); in createObjectTargetWriter()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h1525 Expected<uint32_t> getCPUSubType(const Triple &T);

12