Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1022 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 DHIPUtility.cpp241 auto ArchStr = llvm::StringRef(A->getOffloadingArch()); in constructHIPFatbinCommand() local
H A DCuda.cpp510 const StringRef ArchStr = A->getValue(); in shouldIncludePTX() local
H A DClang.cpp8844 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 DDriver.cpp3208 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 DSymbolize.cpp609 std::string ArchStr = ModuleName.substr(ColonPos + 1); in getOrCreateModuleInfo() local