Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp111 static int PrintSupportedCPUs(std::string TargetStr) { in PrintSupportedCPUs() argument
114 llvm::TargetRegistry::lookupTarget(TargetStr, Error); in PrintSupportedCPUs()
123 TheTarget->createTargetMachine(TargetStr, "", "+cpuhelp", Options, in PrintSupportedCPUs()
128 static int PrintSupportedExtensions(std::string TargetStr) { in PrintSupportedExtensions() argument
131 llvm::TargetRegistry::lookupTarget(TargetStr, Error); in PrintSupportedExtensions()
139 TheTarget->createTargetMachine(TargetStr, "", "", Options, std::nullopt)); in PrintSupportedExtensions()
/freebsd/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/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1056 SmallString<128> NewLinkStr, TargetStr; in addSymbolicLink() local
1058 Target.toVector(TargetStr); in addSymbolicLink()
1064 NewLinkStr, TargetStr, NNI.makeStatus()); in addSymbolicLink()