Home
last modified time | relevance | path

Searched refs:CheckFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp163 GlobalValue *CheckFunction = nullptr; in runImpl() local
190 if (!CheckFunction) { in runImpl()
196 CheckFunction = DefaultCheckFunc; in runImpl()
209 CheckFunction = CheckFunc; in runImpl()
229 auto *CI = CallInst::Create(getCheckFunctionType(Ctx), CheckFunction, in runImpl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp522 template <typename StmtOrDecl, typename CheckFunction>
523 bool WithCachedResult(const StmtOrDecl *S, CheckFunction Function) { in WithCachedResult()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1950 auto CheckFunction = [&](const MDOperand &FuncMDO) { in visitModuleFlagCGProfileEntry() local
1959 CheckFunction(Node->getOperand(0)); in visitModuleFlagCGProfileEntry()
1960 CheckFunction(Node->getOperand(1)); in visitModuleFlagCGProfileEntry()