Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h74 uint64_t getCPUID() const { in getCPUID() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp213 static uint64_t getCPUID(uint32_t CPUType, uint32_t CPUSubtype) { in getCPUID() function
292 uint64_t ArchCPUID = getCPUID(C.ArchCPUType, C.ArchCPUSubtype); in build()
402 uint64_t FileCPUID = getCPUID(FileCPUType, FileCPUSubtype); in verifyAndAddMachOObject()
434 uint64_t FileCPUID = getCPUID(*FileCPUTypeOrErr, *FileCPUSubTypeOrErr); in verifyAndAddIRObject()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp521 auto Entry = CPUIds.try_emplace(S.getCPUID(), S.getBinary()); in checkArchDuplicates()