Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp66 auto ArchStr = llvm::StringRef(A->getOffloadingArch()); constructHIPFatbinCommand() local
H A DCuda.cpp509 const StringRef ArchStr = A->getValue(); shouldIncludePTX() local
H A DClang.cpp8585 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 DTriple.cpp965 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 DDriver.cpp3171 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 DSymbolize.cpp609 std::string ArchStr = ModuleName.substr(ColonPos + 1); in getOrCreateModuleInfo() local