HomeSort by relevance Sort by last modified time
    Searched defs:X86AsmInstrumentation (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.h 1 //===- X86AsmInstrumentation.h - Instrument X86 inline assembly *- C++ -*-===//
27 class X86AsmInstrumentation;
29 X86AsmInstrumentation *
33 class X86AsmInstrumentation {
35 virtual ~X86AsmInstrumentation();
49 friend X86AsmInstrumentation *
53 X86AsmInstrumentation(const MCSubtargetInfo &STI);
X86AsmInstrumentation.cpp 1 //===-- X86AsmInstrumentation.cpp - Instrument X86 inline assembly C++ -*-===//
11 #include "X86AsmInstrumentation.h"
41 // place where X86AsmInstrumentation analyzes an instruction and
127 class X86AddressSanitizer : public X86AsmInstrumentation {
187 : X86AsmInstrumentation(STI), RepPrefix(false), OrigSPOffset(0) {}
191 // X86AsmInstrumentation implementation:
    [all...]

Completed in 736 milliseconds