Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp194 static uint64_t getCPUID(uint32_t CPUType, uint32_t CPUSubtype) { in getCPUID() function
263 uint64_t FileCPUID = getCPUID(FileCPUType, FileCPUSubtype); in verifyAndAddMachOObject()
295 uint64_t FileCPUID = getCPUID(*FileCPUTypeOrErr, *FileCPUSubTypeOrErr); in verifyAndAddIRObject()
471 uint64_t ArchCPUID = getCPUID(C.ArchCPUType, C.ArchCPUSubtype); in createStaticLibrary()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h67 uint64_t getCPUID() const { in getCPUID() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp519 auto Entry = CPUIds.try_emplace(S.getCPUID(), S.getBinary()); in checkArchDuplicates()