Lines Matching refs:getOrInsertFunction
635 HwasanMemoryAccessCallbackSized[AccessIsWrite] = M.getOrInsertFunction( in initializeCallbacks()
642 M.getOrInsertFunction( in initializeCallbacks()
649 HwasanTagMemoryFunc = M.getOrInsertFunction( in initializeCallbacks()
652 M.getOrInsertFunction("__hwasan_generate_tag", Int8Ty); in initializeCallbacks()
654 HwasanRecordFrameRecordFunc = M.getOrInsertFunction( in initializeCallbacks()
664 HWAsanMemmove = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memmove", in initializeCallbacks()
667 HWAsanMemcpy = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memcpy", in initializeCallbacks()
670 HWAsanMemset = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memset", in initializeCallbacks()
675 M.getOrInsertFunction("__hwasan_handle_vfork", IRB.getVoidTy(), IntptrTy); in initializeCallbacks()
1646 FunctionCallee HwasanPersonalityWrapper = M.getOrInsertFunction( in instrumentPersonalityFunctions()
1649 FunctionCallee UnwindGetGR = M.getOrInsertFunction("_Unwind_GetGR", VoidTy); in instrumentPersonalityFunctions()
1650 FunctionCallee UnwindGetCFA = M.getOrInsertFunction("_Unwind_GetCFA", VoidTy); in instrumentPersonalityFunctions()