Searched defs:getCPUType (Results 1 - 4 of 4) sorted by last modified time

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCMachObjectWriter.h53 uint32_t getCPUType() const { return CPUType; } function in class:llvm::MCMachObjectTargetWriter
144 uint32_t CPUType = TargetObjectWriter->getCPUType() &
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h54 uint32_t getCPUType() const { return CPUType; } function in class:llvm::MCMachObjectTargetWriter
156 uint32_t CPUType = TargetObjectWriter->getCPUType();
/external/llvm/include/llvm/Object/
H A DMachOUniversal.h56 uint32_t getCPUType() const { function in class:llvm::object::MachOUniversalBinary::ObjectForArch
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp115 static unsigned getCPUType(const MachOObjectFile *O) { function
1146 unsigned CPUType = getCPUType(this);
1296 return getArch(getCPUType(this));
1985 if (getCPUType(this) == MachO::CPU_TYPE_X86_64)

Completed in 142 milliseconds