Searched defs:ArchStr (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 66 auto ArchStr = llvm::StringRef(A->getOffloadingArch()); constructHIPFatbinCommand() local
|
H A D | Cuda.cpp | 509 const StringRef ArchStr = A->getValue(); shouldIncludePTX() local
|
H A D | Clang.cpp | 8585 auto ArchStr = StringRef(TCArgs.getArgString(ArgIndex)); ConstructJob() local 8683 StringRef ArchStr = StringRef(TCArgs.getArgString(ArgIndex)); ConstructJobMultipleOutputs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Triple.cpp | 965 Triple(const Twine & ArchStr,const Twine & VendorStr,const Twine & OSStr) Triple() argument 980 Triple(const Twine & ArchStr,const Twine & VendorStr,const Twine & OSStr,const Twine & EnvironmentStr) Triple() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 3171 for (StringRef ArchStr : llvm::split(A->getValue(), ",")) { initialize() local 3238 getCanonicalOffloadArch(StringRef ArchStr) getCanonicalOffloadArch() argument 3409 auto ArchStr = parseTargetID( getCanonicalOffloadArch() local 4369 getCanonicalArchString(Compilation & C,const llvm::opt::DerivedArgList & Args,StringRef ArchStr,const llvm::Triple & Triple,bool SuppressError=false) getCanonicalArchString() argument 4476 StringRef ArchStr = getCanonicalArchString( getOffloadArchs() local 4488 StringRef ArchStr = getCanonicalArchString( getOffloadArchs() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 609 std::string ArchStr = ModuleName.substr(ColonPos + 1); in getOrCreateModuleInfo() local
|