Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h166 Expected<uint32_t> getMachOCPUType() const;
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp684 Expected<uint32_t> LTOModule::getMachOCPUType() const { in getMachOCPUType() function in LTOModule
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp464 Expected<uint32_t> CPUType = (*ModuleOrErr)->getMachOCPUType(); in printMachOCPUOnly()