Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h166 Expected<uint32_t> getMachOCPUType() const;
/openbsd/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp329 Expected<uint32_t> CPUType = M->getMachOCPUType(); in lto_module_get_macho_cputype()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp684 Expected<uint32_t> LTOModule::getMachOCPUType() const { in getMachOCPUType() function in LTOModule
/openbsd/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp465 Expected<uint32_t> CPUType = (*ModuleOrErr)->getMachOCPUType(); in printMachOCPUOnly()