Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryReader.cpp168 arch = MachOLinkingContext::archFromCpuType( in isThinObjectFile()
244 f->arch = MachOLinkingContext::archFromCpuType(smh->cputype, smh->cpusubtype); in readBinary()
DMachOLinkingContext.cpp116 MachOLinkingContext::archFromCpuType(uint32_t cputype, uint32_t cpusubtype) { in archFromCpuType() function in lld::MachOLinkingContext
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h394 static Arch archFromCpuType(uint32_t cputype, uint32_t cpusubtype);