Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMachO.cpp77 Expected<uint32_t> MachO::getCPUType(const Triple &T) { in getCPUType() function in MachO
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h68 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
H A DTapiUniversal.h44 uint32_t getCPUType() const { in getCPUType() function
H A DMachOUniversal.h59 uint32_t getCPUType() const { in getCPUType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h67 uint32_t getCPUType() const { return CPUType; } in getCPUType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h544 codeview::CPUType getCPUType() { return CompilationCPUType; } in getCPUType() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp365 static uint32_t getCPUType(MachOObjectFile &MachO) { in getCPUType() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp132 static unsigned getCPUType(const MachOObjectFile &O) { in getCPUType() function