Lines Matching refs:X86AddressSanitizer
119 class X86AddressSanitizer : public X86AsmInstrumentation { class
178 X86AddressSanitizer(const MCSubtargetInfo *&STI) in X86AddressSanitizer() function in llvm::__anon484de05c0111::X86AddressSanitizer
181 ~X86AddressSanitizer() override {} in ~X86AddressSanitizer()
279 void X86AddressSanitizer::InstrumentMemOperand( in InstrumentMemOperand()
292 void X86AddressSanitizer::InstrumentMOVSBase(unsigned DstReg, unsigned SrcReg, in InstrumentMOVSBase()
347 void X86AddressSanitizer::InstrumentMOVS(const MCInst &Inst, in InstrumentMOVS()
374 void X86AddressSanitizer::InstrumentMOV(const MCInst &Inst, in InstrumentMOV()
431 void X86AddressSanitizer::ComputeMemOperandAddress(X86Operand &Op, in ComputeMemOperandAddress()
466 X86AddressSanitizer::AddDisplacement(X86Operand &Op, int64_t Displacement, in AddDisplacement()
494 class X86AddressSanitizer32 : public X86AddressSanitizer {
499 : X86AddressSanitizer(STI) {} in X86AddressSanitizer32()
752 class X86AddressSanitizer64 : public X86AddressSanitizer {
757 : X86AddressSanitizer(STI) {} in X86AddressSanitizer64()