Home
last modified time | relevance | path

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

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