Searched refs:X86AddressSanitizer (Results 1 – 1 of 1) sorted by relevance
127 class X86AddressSanitizer : public X86AsmInstrumentation { class186 X86AddressSanitizer(const MCSubtargetInfo &STI) in X86AddressSanitizer() function in llvm::__anon44d5f3750111::X86AddressSanitizer189 virtual ~X86AddressSanitizer() {} in ~X86AddressSanitizer()288 void X86AddressSanitizer::InstrumentMemOperand( in InstrumentMemOperand()301 void X86AddressSanitizer::InstrumentMOVSBase(unsigned DstReg, unsigned SrcReg, in InstrumentMOVSBase()356 void X86AddressSanitizer::InstrumentMOVS(const MCInst &Inst, in InstrumentMOVS()383 void X86AddressSanitizer::InstrumentMOV(const MCInst &Inst, in InstrumentMOV()440 void X86AddressSanitizer::ComputeMemOperandAddress(X86Operand &Op, in ComputeMemOperandAddress()475 X86AddressSanitizer::AddDisplacement(X86Operand &Op, int64_t Displacement, in AddDisplacement()503 class X86AddressSanitizer32 : public X86AddressSanitizer {[all …]