Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.h219 virtual void getDetectMismatchOption(llvm::StringRef Name, in getDetectMismatchOption() function
H A DTargetInfo.cpp2390 void getDetectMismatchOption(llvm::StringRef Name, in getDetectMismatchOption() function in __anon2eb210400311::WinX86_32TargetCodeGenInfo
2446 void getDetectMismatchOption(llvm::StringRef Name, in getDetectMismatchOption() function in __anon2eb210400311::WinX86_64TargetCodeGenInfo
5060 void getDetectMismatchOption(llvm::StringRef Name, llvm::StringRef Value, in getDetectMismatchOption() function in __anon2eb210400611::WindowsAArch64TargetCodeGenInfo
5731 void getDetectMismatchOption(llvm::StringRef Name, llvm::StringRef Value, in getDetectMismatchOption() function in __anon2eb210400711::WindowsARMTargetCodeGenInfo
H A DCodeGenModule.cpp1658 getTargetCodeGenInfo().getDetectMismatchOption(Name, Value, Opt); in AddDetectMismatch()