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 create() 80 return (getArchitectureName(Targ.Arch) + "-apple-" + in mapToArchitectureSet()
44 result.append(std::string(getArchitectureName(arch))); in operator std::string()
220 getArchitectureName(Arch) + "'", in remove()303 getArchitectureName(Arch) + "'", in extract()
779 return (getArchitectureName(Targ.Arch) + "-" + PlatformStr).str(); in getFormattedStr()
43 LLVM_ABI StringRef getArchitectureName(Architecture Arch);
20 DB.AddString(getArchitectureName(Arch)); in operator <<()
605 << (PrintArch ? getArchitectureName(Target.Arch) in emitDiag()
58 return MachO::getArchitectureName(Parent->Libraries[Index].Arch); in getArchFlagName()
63 auto Arch = getArchitectureName(ArchT); in constructTriples()524 auto ObjForArch = Fat->getObjectForArch(getArchitectureName(T.Arch)); in accumulateSourceLocFromDSYM()
178 getArchitectureName(config->arch()).str().c_str()); in writeMapFile()
249 getArchitectureName(config->arch()) + in compile()
617 message += (" for arch " + getArchitectureName(config->arch())).str(); in reportUndefinedSymbol()
198 msg(toString(file) + " has architecture " + getArchitectureName(arch) + in compatWithTargetArch()200 getArchitectureName(config->arch())); in compatWithTargetArch()247 return getArchitectureName(getArchitectureFromCpuType(cpuType, cpuSubtype)); in readFile()