reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
825 "__msan_chain_origin", IRB.getInt32Ty(), IRB.getInt32Ty()); 825 "__msan_chain_origin", IRB.getInt32Ty(), IRB.getInt32Ty()); 827 "__msan_memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 827 "__msan_memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 828 IRB.getInt8PtrTy(), IntptrTy); 830 "__msan_memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 830 "__msan_memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 830 "__msan_memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), 833 "__msan_memset", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt32Ty(), 833 "__msan_memset", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt32Ty(), 833 "__msan_memset", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt32Ty(), 836 EmptyAsm = InlineAsm::get(FunctionType::get(IRB.getVoidTy(), false), 841 M.getOrInsertFunction("__msan_instrument_asm_store", IRB.getVoidTy(), 842 PointerType::get(IRB.getInt8Ty(), 0), IntptrTy);