Home
last modified time | relevance | path

Searched refs:getCPUID (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp200 static uint64_t getCPUID(uint32_t CPUType, uint32_t CPUSubtype) { in getCPUID() function
279 uint64_t ArchCPUID = getCPUID(C.ArchCPUType, C.ArchCPUSubtype); in build()
389 uint64_t FileCPUID = getCPUID(FileCPUType, FileCPUSubtype); in verifyAndAddMachOObject()
421 uint64_t FileCPUID = getCPUID(*FileCPUTypeOrErr, *FileCPUSubTypeOrErr); in verifyAndAddIRObject()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h74 uint64_t getCPUID() const { in getCPUID() function
/llvm-project-15.0.7/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp521 auto Entry = CPUIds.try_emplace(S.getCPUID(), S.getBinary()); in checkArchDuplicates()