Searched refs:getArchitectureFromCpuType (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h35 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType);
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp23 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { function in namespace:llvm::MachO
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp358 const auto Arch = getArchitectureFromCpuType(Obj->getHeader().cputype,
383 getArchitectureFromCpuType(OI->getCPUType(), OI->getCPUSubType());
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp195 getArchitectureFromCpuType(hdr->cputype, hdr->cpusubtype);
249 return getArchitectureName(getArchitectureFromCpuType(cpuType, cpuSubtype));

Completed in 201 milliseconds