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();
45 friend X86AsmInstrumentation *
49 X86AsmInstrumentation();
X86AsmInstrumentation.cpp 1 //===-- X86AsmInstrumentation.cpp - Instrument X86 inline assembly C++ -*-===//
11 #include "X86AsmInstrumentation.h"
44 class X86AddressSanitizer : public X86AsmInstrumentation {
49 // X86AsmInstrumentation implementation:
485 X86AsmInstrumentation::X86AsmInstrumentation() {}
486 X86AsmInstrumentation::~X86AsmInstrumentation() {}
488 void X86AsmInstrumentation::InstrumentInstruction(
492 X86AsmInstrumentation *
    [all...]

Completed in 41 milliseconds