Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.h246 virtual void getDetectMismatchOption(llvm::StringRef Name, in getDetectMismatchOption() function
H A DTargetInfo.cpp2694 void getDetectMismatchOption(llvm::StringRef Name, in getDetectMismatchOption() function in __anon8ad051810211::WinX86_32TargetCodeGenInfo
2750 void getDetectMismatchOption(llvm::StringRef Name, in getDetectMismatchOption() function in __anon8ad051810211::WinX86_64TargetCodeGenInfo
5651 void getDetectMismatchOption(llvm::StringRef Name, llvm::StringRef Value, in getDetectMismatchOption() function in __anon8ad051810711::WindowsAArch64TargetCodeGenInfo
6505 void getDetectMismatchOption(llvm::StringRef Name, llvm::StringRef Value, in getDetectMismatchOption() function in __anon8ad051810811::WindowsARMTargetCodeGenInfo
H A DCodeGenModule.cpp2445 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()