Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp69 raw_ostream *DebugOS = Action != LLVMReturnStatusAction ? &errs() : nullptr; in LLVMVerifyModule()
90 *unwrap<Function>(Fn), Action != LLVMReturnStatusAction ? &errs() in LLVMVerifyFunction()
/freebsd-src/contrib/llvm-project/llvm/include/llvm-c/
H A DAnalysis.h37 LLVMReturnStatusAction /* verifier will just return 1 */ enumerator