Searched defs:X86AsmPrinter (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86AsmPrinter.h1 //===-- X86AsmPrinter.h - Convert X86 LLVM code to assembly -----*- C++ -*-===//
34 class LLVM_LIBRARY_VISIBILITY X86AsmPrinter : public AsmPrinter { class in namespace:llvm
37 explicit X86AsmPrinter(TargetMachine &TM, MCStreamer &Streamer) function in class:llvm::X86AsmPrinter
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.h1 //===-- X86AsmPrinter.h - X86 implementation of AsmPrinter ------*- C++ -*-===//
28 class LLVM_LIBRARY_VISIBILITY X86AsmPrinter : public AsmPrinter { class in namespace:llvm
35 // It is used by the X86AsmPrinter to ensure that the stackmap shadow
95 // All instructions emitted by the X86AsmPrinter should use this helper
123 explicit X86AsmPrinter(TargetMachine &TM, function in class:llvm::X86AsmPrinter

Completed in 127 milliseconds