Searched refs:getArchTriple (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversal.h96 return MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType());
100 MachOObjectFile::getArchTriple(getCPUType(), getCPUSubType(),
H A DMachO.h523 Triple getArchTriple(const char **McpuDefault = nullptr) const;
750 static Triple getArchTriple(uint32_t CPUType, uint32_t CPUSubType,
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp93 ArchName(std::string(O.getArchTriple().getArchName())),
235 MachOObjectFile::getArchTriple(CPUType, CPUSubType).getArchName());
H A DMachOObjectFile.cpp2710 Triple MachOObjectFile::getArchTriple(uint32_t CPUType, uint32_t CPUSubType, function in class:MachOObjectFile
2885 Triple MachOObjectFile::getArchTriple(const char **McpuDefault) const { function in class:MachOObjectFile
2886 return getArchTriple(Header.cputype, Header.cpusubtype, McpuDefault);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp525 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype);
528 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp356 if (MachO->getArchTriple().getArchName() == Triple(Arch).getArchName())
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp2033 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype,
2037 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype,
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp777 Triple T = MachO->getArchTriple();
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp138 TT = MachOObj->getArchTriple(McpuDefault);
2080 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype,
2084 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype,
7100 Triple T = MachOObjectFile::getArchTriple(CPUType, CPUSubType, nullptr,
7534 if (MachOOF->getArchTriple().isX86()) {
7599 if (MachOOF->getArchTriple().isX86()) {

Completed in 491 milliseconds