Lines Matching defs:FunctionCallee
496 FunctionCallee getFunctionFor(uint64_t MemOpSize) const;
497 FunctionCallee getFallback() const;
500 SmallVector<FunctionCallee> Funcs;
533 FunctionCallee NsanMemOpFn::getFunctionFor(uint64_t MemOpSize) const {
544 FunctionCallee NsanMemOpFn::getFallback() const { return Funcs[0]; }
605 FunctionCallee NsanGetShadowPtrForStore[FTValueType::kNumValueTypes] = {};
606 FunctionCallee NsanGetShadowPtrForLoad[FTValueType::kNumValueTypes] = {};
607 FunctionCallee NsanCheckValue[FTValueType::kNumValueTypes] = {};
608 FunctionCallee NsanFCmpFail[FTValueType::kNumValueTypes] = {};
613 FunctionCallee NsanGetRawShadowTypePtr;
614 FunctionCallee NsanGetRawShadowPtr;
636 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); });
1061 FunctionCallee *Callee = nullptr;
2202 FunctionCallee SetUnknownFn =
2213 FunctionCallee CopyFn =