Lines Matching defs:FunctionCallee
436 FunctionCallee HwasanMemoryAccessCallback[2][kNumberOfAccessSizes];
437 FunctionCallee HwasanMemoryAccessCallbackSized[2];
439 FunctionCallee HwasanMemmove, HwasanMemcpy, HwasanMemset;
440 FunctionCallee HwasanHandleVfork;
442 FunctionCallee HwasanTagMemoryFunc;
443 FunctionCallee HwasanGenerateTagFunc;
444 FunctionCallee HwasanRecordFrameRecordFunc;
501 [&](Function *Ctor, FunctionCallee) {
1811 FunctionCallee HwasanPersonalityWrapper = M.getOrInsertFunction(
1814 FunctionCallee UnwindGetGR = M.getOrInsertFunction("_Unwind_GetGR", VoidTy);
1815 FunctionCallee UnwindGetCFA = M.getOrInsertFunction("_Unwind_GetCFA", VoidTy);