Searched defs:ArchStr (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 1022 Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr) in Triple() 1037 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 | 241 auto ArchStr = llvm::StringRef(A->getOffloadingArch()); in constructHIPFatbinCommand() local
|
H A D | Cuda.cpp | 510 const StringRef ArchStr = A->getValue(); in shouldIncludePTX() local
|
H A D | Clang.cpp | 8844 auto ArchStr = StringRef(TCArgs.getArgString(ArgIndex)); in ConstructJob() local 8938 StringRef ArchStr = StringRef(TCArgs.getArgString(ArgIndex)); in ConstructJobMultipleOutputs() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 3208 for (StringRef ArchStr : llvm::split(A->getValue(), ",")) { in initialize() local 3279 StringRef getCanonicalOffloadArch(StringRef ArchStr) override { in getCanonicalOffloadArch() argument 3450 auto ArchStr = parseTargetID( getCanonicalOffloadArch() local 4418 getCanonicalArchString(Compilation & C,const llvm::opt::DerivedArgList & Args,StringRef ArchStr,const llvm::Triple & Triple,bool SuppressError=false) getCanonicalArchString() argument 4526 StringRef ArchStr = getCanonicalArchString( getOffloadArchs() local 4538 StringRef ArchStr = getCanonicalArchString( getOffloadArchs() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 609 std::string ArchStr = ModuleName.substr(ColonPos + 1); in getOrCreateModuleInfo() local
|