Home
last modified time | relevance | path

Searched refs:getCPUType (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCMachObjectWriter.h53 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
144 uint32_t CPUType = TargetObjectWriter->getCPUType() & in isARM()
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h54 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
156 uint32_t CPUType = TargetObjectWriter->getCPUType(); in isX86_64()
/external/llvm/include/llvm/Object/
DMachOUniversal.h56 uint32_t getCPUType() const { in getCPUType() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp115 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType() function
1146 unsigned CPUType = getCPUType(this); in getFileFormatName()
1296 return getArch(getCPUType(this)); in getArch()
1985 if (getCPUType(this) == MachO::CPU_TYPE_X86_64) in isRelocationScattered()
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp487 arch.cputype = Slice.getCPUType(); in macho2yaml()
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp126 Write32(TargetObjectWriter->getCPUType()); in WriteHeader()
/external/llvm/lib/MC/
DMachObjectWriter.cpp136 write32(TargetObjectWriter->getCPUType()); in writeHeader()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1429 uint32_t cputype = OFA.getCPUType(); in printMachOUniversalHeaders()
1434 uint32_t other_cputype = other_OFA.getCPUType(); in printMachOUniversalHeaders()