Home
last modified time | relevance | path

Searched refs:ErrorHandling (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h40 Behavior ErrorHandling; variable
62 Behavior ErrorHandling = Behavior::ReportAndAbort)
63 : Builder(Builder), ErrorHandling(ErrorHandling), Mask(nullptr), in Builder()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp25 if (ErrorHandling == Behavior::SilentlyReturnNone) in handleError()
/freebsd-14.2/lib/clang/libllvmminimal/
H A DMakefile23 SRCS+= Support/ErrorHandling.cpp
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc15 #include "llvm/Support/ErrorHandling.h"
H A DProcess.inc16 #include "llvm/Support/ErrorHandling.h"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc17 #include "llvm/Support/ErrorHandling.h"
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1128 SRCS_MIN+= Support/ErrorHandling.cpp