HomeSort by relevance Sort by last modified time
    Searched refs:X86AsmInstrumentation (Results 1 - 4 of 4) 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);
Android.mk 9 X86AsmInstrumentation.cpp \
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...]
X86AsmParser.cpp 11 #include "X86AsmInstrumentation.h"
62 std::unique_ptr<X86AsmInstrumentation> Instrumentation;
    [all...]

Completed in 140 milliseconds