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.h174 LLVM_ABI Expected<uint32_t> getMachOCPUType() const;
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp687 Expected<uint32_t> LTOModule::getMachOCPUType() const { in getMachOCPUType() function in LTOModule
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp527 Expected<uint32_t> CPUType = (*ModuleOrErr)->getMachOCPUType(); in printMachOCPUOnly()