Searched defs:ArchStr (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 1061 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr) in Triple() 1076 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, in Triple()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPUtility.cpp | 303 auto ArchStr = llvm::StringRef(A->getOffloadingArch()); in constructHIPFatbinCommand() local
|
| H A D | Cuda.cpp | 514 const StringRef ArchStr = A->getValue(); in shouldIncludePTX() local
|
| H A D | Clang.cpp | 8910 auto ArchStr = StringRef(TCArgs.getArgString(ArgIndex)); in ConstructJob() local 9005 StringRef ArchStr = StringRef(TCArgs.getArgString(ArgIndex)); in ConstructJobMultipleOutputs() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | RISCV.cpp | 98 StringRef ArchStr; in appendAttributeMangling() local
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 3472 for (StringRef ArchStr : llvm::split(A->getValue(), ",")) { in initialize() local 3542 StringRef getCanonicalOffloadArch(StringRef ArchStr) override { in getCanonicalOffloadArch() 3717 auto ArchStr = parseTargetID(T, IdStr, &Features); in getCanonicalOffloadArch() local 4718 StringRef ArchStr, in getCanonicalArchString() 4828 StringRef ArchStr = getCanonicalArchString( in getOffloadArchs() local
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 642 StringRef ArchStr = ModuleName.substr(ColonPos + 1); in getOrCreateModuleInfo() local
|