Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h247 virtual void getDetectMismatchOption(llvm::StringRef Name, in getDetectMismatchOption() function
H A DTargetInfo.cpp2636 void getDetectMismatchOption(llvm::StringRef Name, in getDetectMismatchOption() function in __anoncdae85850211::WinX86_32TargetCodeGenInfo
2692 void getDetectMismatchOption(llvm::StringRef Name, in getDetectMismatchOption() function in __anoncdae85850211::WinX86_64TargetCodeGenInfo
5558 void getDetectMismatchOption(llvm::StringRef Name, llvm::StringRef Value, in getDetectMismatchOption() function in __anoncdae85850611::WindowsAArch64TargetCodeGenInfo
6363 void getDetectMismatchOption(llvm::StringRef Name, llvm::StringRef Value, in getDetectMismatchOption() function in __anoncdae85850711::WindowsARMTargetCodeGenInfo
H A DCodeGenModule.cpp2252 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()