Home
last modified time | relevance | path

Searched defs:ArchStr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1061 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 DHIPUtility.cpp303 auto ArchStr = llvm::StringRef(A->getOffloadingArch()); in constructHIPFatbinCommand() local
H A DCuda.cpp514 const StringRef ArchStr = A->getValue(); in shouldIncludePTX() local
H A DClang.cpp8910 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 DRISCV.cpp98 StringRef ArchStr; in appendAttributeMangling() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3472 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 DSymbolize.cpp642 StringRef ArchStr = ModuleName.substr(ColonPos + 1); in getOrCreateModuleInfo() local