Home
last modified time | relevance | path

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

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