Searched refs:TargetStr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 113 static int PrintSupportedCPUs(std::string TargetStr) { in PrintSupportedCPUs() 116 llvm::TargetRegistry::lookupTarget(TargetStr, Error); in PrintSupportedCPUs() 125 TheTarget->createTargetMachine(TargetStr, "", "+cpuhelp", Options, in PrintSupportedCPUs() 130 static int PrintSupportedExtensions(std::string TargetStr) { in PrintSupportedExtensions() 133 llvm::TargetRegistry::lookupTarget(TargetStr, Error); in PrintSupportedExtensions() 141 TheTarget->createTargetMachine(TargetStr, "", "", Options, std::nullopt)); in PrintSupportedExtensions() 111 PrintSupportedCPUs(std::string TargetStr) PrintSupportedCPUs() argument 128 PrintSupportedExtensions(std::string TargetStr) PrintSupportedExtensions() argument
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 262 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()
|
/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1068 SmallString<128> NewLinkStr, TargetStr; in status() 1070 Target.toVector(TargetStr); in status() 1076 NewLinkStr, TargetStr, NNI.makeStatus()); in openFileForRead() 1056 SmallString<128> NewLinkStr, TargetStr; addSymbolicLink() local
|