Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h40 Behavior ErrorHandling; variable
67 Behavior ErrorHandling = Behavior::ReportAndAbort)
68 : Builder(Builder), ErrorHandling(ErrorHandling), Mask(nullptr), in Builder()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp25 if (ErrorHandling == Behavior::SilentlyReturnNone) in handleError()
/freebsd/lib/clang/libllvmminimal/
H A DMakefile22 SRCS+= Support/ErrorHandling.cpp
/freebsd/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/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc17 #include "llvm/Support/ErrorHandling.h"
/freebsd/lib/clang/libllvm/
H A DMakefile1134 SRCS_MIN+= Support/ErrorHandling.cpp