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.cpp256 template <typename CheckFunction>
257 bool WithCachedResult(const Stmt *S, CheckFunction Function) { in WithCachedResult()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1879 auto CheckFunction = [&](const MDOperand &FuncMDO) { in visitModuleFlagCGProfileEntry() local
1888 CheckFunction(Node->getOperand(0)); in visitModuleFlagCGProfileEntry()
1889 CheckFunction(Node->getOperand(1)); in visitModuleFlagCGProfileEntry()