Home
last modified time | relevance | path

Searched refs:getArchitectureName (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp42 StringRef getArchitectureName(Architecture Arch) { in getArchitectureName() function
93 OS << getArchitectureName(Arch); in operator <<()
H A DTarget.cpp45 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + in operator std::string()
80 return (getArchitectureName(Targ.Arch) + "-apple-" + in getTargetTripleName()
H A DArchitectureSet.cpp44 result.append(std::string(getArchitectureName(arch))); in operator std::string()
H A DInterfaceFile.cpp226 getArchitectureName(Arch) + "'", in remove()
309 getArchitectureName(Arch) + "'", in extract()
H A DTextStubV5.cpp751 return (getArchitectureName(Targ.Arch) + "-" + PlatformStr).str(); in getFormattedStr()
/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h41 StringRef getArchitectureName(Architecture Arch);
/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.cpp21 DB.AddString(getArchitectureName(Arch)); in operator <<()
H A DDylibVerifier.cpp586 << (PrintArch ? getArchitectureName(Target.Arch) in emitDiag()
/llvm-project/llvm/include/llvm/Object/
H A DTapiUniversal.h57 return MachO::getArchitectureName(Parent->Libraries[Index].Arch); in getArchFlagName()
/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp64 auto Arch = getArchitectureName(ArchT); in constructTriples()
525 auto ObjForArch = Fat->getObjectForArch(getArchitectureName(T.Arch)); in accumulateSourceLocFromDSYM()
/llvm-project/lld/MachO/
H A DMapFile.cpp180 getArchitectureName(config->arch()).str().c_str()); in writeMapFile()
H A DLTO.cpp250 getArchitectureName(config->arch()) + in compile()
H A DSymbolTable.cpp618 message += (" for arch " + getArchitectureName(config->arch())).str(); in reportUndefinedSymbol()
H A DInputFiles.cpp200 msg(toString(file) + " has architecture " + getArchitectureName(arch) + in compatWithTargetArch()
202 getArchitectureName(config->arch())); in compatWithTargetArch()
249 return getArchitectureName(getArchitectureFromCpuType(cpuType, cpuSubtype)); in readFile()