Home
last modified time | relevance | path

Searched refs:LLVM_BUILTIN_DEBUGTRAP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h483 # define LLVM_BUILTIN_DEBUGTRAP __builtin_debugtrap() macro
488 # define LLVM_BUILTIN_DEBUGTRAP __debugbreak() macro
493 # define LLVM_BUILTIN_DEBUGTRAP macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp240 LLVM_BUILTIN_DEBUGTRAP; in shouldExecuteImpl()