Home
last modified time | relevance | path

Searched refs:TargetStr (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp172 static int PrintSupportedCPUs(std::string TargetStr) { in PrintSupportedCPUs() argument
175 llvm::TargetRegistry::lookupTarget(TargetStr, Error); in PrintSupportedCPUs()
184 TheTarget->createTargetMachine(TargetStr, "", "+cpuhelp", Options, in PrintSupportedCPUs()
189 static int PrintSupportedExtensions(std::string TargetStr) { in PrintSupportedExtensions() argument
192 llvm::TargetRegistry::lookupTarget(TargetStr, Error); in PrintSupportedExtensions()
200 TheTarget->createTargetMachine(TargetStr, "", "", Options, std::nullopt)); in PrintSupportedExtensions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp262 auto TargetStr = JSONTarget.getAsString(); in getTargets() local
263 if (!TargetStr.has_value()) in getTargets()
265 auto TargetOrErr = Target::create(TargetStr.value()); in getTargets()
283 auto TargetStr = in getTargetsSection() local
285 if (!TargetStr) in getTargetsSection()
287 auto TargetOrErr = Target::create(*TargetStr); in getTargetsSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1031 SmallString<128> NewLinkStr, TargetStr; in addSymbolicLink() local
1033 Target.toVector(TargetStr); in addSymbolicLink()
1039 NewLinkStr, TargetStr, NNI.makeStatus()); in addSymbolicLink()