Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h168 Expected<uint32_t> getMachOCPUSubType() const;
/src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp688 Expected<uint32_t> LTOModule::getMachOCPUSubType() const { in getMachOCPUSubType() function in LTOModule
/src/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp474 Expected<uint32_t> CPUSubType = (*ModuleOrErr)->getMachOCPUSubType(); in printMachOCPUOnly()