Home
last modified time | relevance | path

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

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