Lines Matching defs:FunctionCallee
463 FunctionCallee HwasanMemoryAccessCallback[2][kNumberOfAccessSizes];
464 FunctionCallee HwasanMemoryAccessCallbackSized[2];
466 FunctionCallee HwasanMemmove, HwasanMemcpy, HwasanMemset;
467 FunctionCallee HwasanHandleVfork;
469 FunctionCallee HwasanTagMemoryFunc;
470 FunctionCallee HwasanGenerateTagFunc;
471 FunctionCallee HwasanRecordFrameRecordFunc;
531 [&](Function *Ctor, FunctionCallee) {
1870 FunctionCallee HwasanPersonalityWrapper = M.getOrInsertFunction(
1873 FunctionCallee UnwindGetGR = M.getOrInsertFunction("_Unwind_GetGR", VoidTy);
1874 FunctionCallee UnwindGetCFA = M.getOrInsertFunction("_Unwind_GetCFA", VoidTy);