Home
last modified time | relevance | path

Searched refs:X86AddressSanitizer (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp131 class X86AddressSanitizer : public X86AsmInstrumentation { class
190 X86AddressSanitizer(const MCSubtargetInfo *&STI) in X86AddressSanitizer() function in __anon253bcfad0111::X86AddressSanitizer
193 ~X86AddressSanitizer() override = default;
292 void X86AddressSanitizer::InstrumentMemOperand( in InstrumentMemOperand()
305 void X86AddressSanitizer::InstrumentMOVSBase(unsigned DstReg, unsigned SrcReg, in InstrumentMOVSBase()
360 void X86AddressSanitizer::InstrumentMOVS(const MCInst &Inst, in InstrumentMOVS()
387 void X86AddressSanitizer::InstrumentMOV(const MCInst &Inst, in InstrumentMOV()
444 void X86AddressSanitizer::ComputeMemOperandAddress(X86Operand &Op, in ComputeMemOperandAddress()
479 X86AddressSanitizer::AddDisplacement(X86Operand &Op, int64_t Displacement, in AddDisplacement()
507 class X86AddressSanitizer32 : public X86AddressSanitizer {
[all …]
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp119 class X86AddressSanitizer : public X86AsmInstrumentation { class
178 X86AddressSanitizer(const MCSubtargetInfo *&STI) in X86AddressSanitizer() function in llvm::__anon44d5f3750111::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 {
[all …]