Searched refs:getCPUID (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/scudo/ |
D | scudo_utils.cpp | 54 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/ |
D | llvm-libtool-darwin.cpp | 188 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/ |
D | MachOUniversalWriter.h | 67 uint64_t getCPUID() const { in getCPUID() function
|
/external/llvm-project/llvm/tools/llvm-lipo/ |
D | llvm-lipo.cpp | 519 auto Entry = CPUIds.try_emplace(S.getCPUID(), S.getBinary()); in checkArchDuplicates()
|