Searched refs:CheckFailed (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 286 void CheckFailed(const Twine &Message) { in CheckFailed() function 297 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function 298 CheckFailed(Message); in CheckFailed() 429 this->CheckFailed(Message); in verify() 670 CheckFailed(__VA_ARGS__); \ 808 CheckFailed("Global is referenced by parentless instruction!", &GV, &M, in visitGlobalValue() 811 CheckFailed("Global is referenced in a different module!", &GV, &M, I, in visitGlobalValue() 817 CheckFailed("Global is used by function in a different module", &GV, &M, in visitGlobalValue() 1817 CheckFailed("either both or no 'aarch64-elf-pauthabi-platform' and " in visitModuleFlags() 1827 CheckFailed("invalid requirement on flag, flag is not present in module", in visitModuleFlags() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_termination.cpp | 67 void NORETURN CheckFailed(const char *file, int line, const char *cond, in CheckFailed() function
|
| H A D | sanitizer_internal_defs.h | 310 void NORETURN CheckFailed(const char *file, int line, const char *cond, 331 __sanitizer::CheckFailed(__FILE__, __LINE__, \
|
| H A D | sanitizer_common.h | 333 CheckFailed(const char *file, int line, const char *cond, u64 v1, u64 v2);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Verifier.h | 44 template <typename... Tys> void CheckFailed(Tys &&... Args);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 157 void CheckFailed(const Twine &Message) { MessagesStr << Message << '\n'; } in CheckFailed() function in __anon88a7481a0111::Lint 164 void CheckFailed(const Twine &Message, const T1 &V1, const Ts &... Vs) { in CheckFailed() function in __anon88a7481a0111::Lint 165 CheckFailed(Message); in CheckFailed() 175 CheckFailed(__VA_ARGS__); \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 110 void NORETURN CheckFailed(const char *file, int, const char *cond, u64, u64) { in CheckFailed() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 22719 …4llvm5TwineEPKNS1_5ValueES7_S7_S7_", "(anonymous namespace)::Verifier::CheckFailed(llvm::Twine con… 22721 …TwineEPKNS1_5ValueEPKNS1_4TypeES7_", "(anonymous namespace)::Verifier::CheckFailed(llvm::Twine con… 22727 …ERKN4llvm5TwineEPKNS1_4TypeES7_S7_", "(anonymous namespace)::Verifier::CheckFailed(llvm::Twine con…
|