Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_utils.cpp54 static void getCPUID(CPUIDInfo *info, u32 leaf, u32 subleaf) in getCPUID() function
67 getCPUID(&Info, 0, 0); in isSupportedCPU()
88 getCPUID(&CPUInfo, 1, 0); in testCPUFeature()
/external/llvm-project/llvm/tools/llvm-libtool-darwin/
Dllvm-libtool-darwin.cpp188 static uint64_t getCPUID(uint32_t CPUType, uint32_t CPUSubtype) { in getCPUID() function
254 uint64_t FileCPUID = getCPUID(FileCPUType, FileCPUSubtype); in verifyAndAddMachOObject()
286 uint64_t FileCPUID = getCPUID(*FileCPUTypeOrErr, *FileCPUSubTypeOrErr); in verifyAndAddIRObject()
462 uint64_t ArchCPUID = getCPUID(C.ArchCPUType, C.ArchCPUSubtype); in createStaticLibrary()
/external/llvm-project/llvm/include/llvm/Object/
DMachOUniversalWriter.h67 uint64_t getCPUID() const { in getCPUID() function
/external/llvm-project/llvm/tools/llvm-lipo/
Dllvm-lipo.cpp519 auto Entry = CPUIds.try_emplace(S.getCPUID(), S.getBinary()); in checkArchDuplicates()