Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDArchitecture.cpp42 StringRef getArchitectureName(Architecture Arch) { in getArchitectureName() function
93 OS << getArchitectureName(Arch); in operator <<()
HDTarget.cpp45 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + in operator std::string()
80 return (getArchitectureName(Targ.Arch) + "-apple-" + in getTargetTripleName()
HDArchitectureSet.cpp44 result.append(std::string(getArchitectureName(arch))); in operator std::string()
HDInterfaceFile.cpp222 getArchitectureName(Arch) + "'", in remove()
302 getArchitectureName(Arch) + "'", in extract()
HDTextStubV5.cpp751 return (getArchitectureName(Targ.Arch) + "-" + PlatformStr).str(); in getFormattedStr()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDArchitecture.h41 StringRef getArchitectureName(Architecture Arch);
/freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDDiagnosticBuilderWrappers.cpp21 DB.AddString(getArchitectureName(Arch)); in operator <<()
HDDylibVerifier.cpp586 << (PrintArch ? getArchitectureName(Target.Arch) in emitDiag()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDTapiUniversal.h57 return MachO::getArchitectureName(Parent->Libraries[Index].Arch); in getArchFlagName()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
HDDylibReader.cpp64 auto Arch = getArchitectureName(ArchT); in constructTriples()
525 auto ObjForArch = Fat->getObjectForArch(getArchitectureName(T.Arch)); in accumulateSourceLocFromDSYM()
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDMapFile.cpp180 getArchitectureName(config->arch()).str().c_str()); in writeMapFile()
HDLTO.cpp249 getArchitectureName(config->arch()) + in compile()
HDSymbolTable.cpp613 message += (" for arch " + getArchitectureName(config->arch())).str(); in reportUndefinedSymbol()
HDInputFiles.cpp200 msg(toString(file) + " has architecture " + getArchitectureName(arch) + in compatWithTargetArch()
202 getArchitectureName(config->arch())); in compatWithTargetArch()
249 return getArchitectureName(getArchitectureFromCpuType(cpuType, cpuSubtype)); in readFile()