Home
last modified time | relevance | path

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

/freebsd/contrib/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 create()
80 return (getArchitectureName(Targ.Arch) + "-apple-" + in mapToArchitectureSet()
H A DArchitectureSet.cpp44 result.append(std::string(getArchitectureName(arch))); in operator std::string()
H A DInterfaceFile.cpp220 getArchitectureName(Arch) + "'", in remove()
303 getArchitectureName(Arch) + "'", in extract()
H A DTextStubV5.cpp779 return (getArchitectureName(Targ.Arch) + "-" + PlatformStr).str(); in getFormattedStr()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h43 LLVM_ABI StringRef getArchitectureName(Architecture Arch);
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.cpp20 DB.AddString(getArchitectureName(Arch)); in operator <<()
H A DDylibVerifier.cpp605 << (PrintArch ? getArchitectureName(Target.Arch) in emitDiag()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiUniversal.h58 return MachO::getArchitectureName(Parent->Libraries[Index].Arch); in getArchFlagName()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp63 auto Arch = getArchitectureName(ArchT); in constructTriples()
524 auto ObjForArch = Fat->getObjectForArch(getArchitectureName(T.Arch)); in accumulateSourceLocFromDSYM()
/freebsd/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp178 getArchitectureName(config->arch()).str().c_str()); in writeMapFile()
H A DLTO.cpp249 getArchitectureName(config->arch()) + in compile()
H A DSymbolTable.cpp617 message += (" for arch " + getArchitectureName(config->arch())).str(); in reportUndefinedSymbol()
H A DInputFiles.cpp198 msg(toString(file) + " has architecture " + getArchitectureName(arch) + in compatWithTargetArch()
200 getArchitectureName(config->arch())); in compatWithTargetArch()
247 return getArchitectureName(getArchitectureFromCpuType(cpuType, cpuSubtype)); in readFile()