Searched refs:getArchitectureName (Results 1 – 14 of 14) sorted by relevance
42 StringRef getArchitectureName(Architecture Arch) { in getArchitectureName() function93 OS << getArchitectureName(Arch); in operator <<()
45 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + in operator std::string()80 return (getArchitectureName(Targ.Arch) + "-apple-" + in getTargetTripleName()
44 result.append(std::string(getArchitectureName(arch))); in operator std::string()
226 getArchitectureName(Arch) + "'", in remove() 309 getArchitectureName(Arch) + "'", in extract()
751 return (getArchitectureName(Targ.Arch) + "-" + PlatformStr).str(); in getFormattedStr()
41 StringRef getArchitectureName(Architecture Arch);
21 DB.AddString(getArchitectureName(Arch)); in operator <<()
586 << (PrintArch ? getArchitectureName(Target.Arch) in emitDiag()
57 return MachO::getArchitectureName(Parent->Libraries[Index].Arch); in getArchFlagName()
64 auto Arch = getArchitectureName(ArchT); in constructTriples()525 auto ObjForArch = Fat->getObjectForArch(getArchitectureName(T.Arch)); in accumulateSourceLocFromDSYM()
180 getArchitectureName(config->arch()).str().c_str()); in writeMapFile()
250 getArchitectureName(config->arch()) + in compile()
618 message += (" for arch " + getArchitectureName(config->arch())).str(); in reportUndefinedSymbol()
200 msg(toString(file) + " has architecture " + getArchitectureName(arch) + in compatWithTargetArch() 202 getArchitectureName(config->arch())); in compatWithTargetArch() 249 return getArchitectureName(getArchitectureFromCpuType(cpuType, cpuSubtype)); in readFile()