Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h176 LLVM_ABI Expected<uint32_t> getMachOCPUSubType() const;
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp691 Expected<uint32_t> LTOModule::getMachOCPUSubType() const { in getMachOCPUSubType() function in LTOModule
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp528 Expected<uint32_t> CPUSubType = (*ModuleOrErr)->getMachOCPUSubType(); in printMachOCPUOnly()