Searched refs:X86MCCodeEmitter (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1 //===-- X86/X86MCCodeEmitter.cpp - Convert X86 code to machine code -------===//
10 // This file implements the X86MCCodeEmitter class.
30 class X86MCCodeEmitter : public MCCodeEmitter { class in namespace:__anon20149
31 X86MCCodeEmitter(const X86MCCodeEmitter &); // DO NOT IMPLEMENT
32 void operator=(const X86MCCodeEmitter &); // DO NOT IMPLEMENT
37 X86MCCodeEmitter(const MCInstrInfo &mcii, const MCSubtargetInfo &sti, function in class:__anon20149::X86MCCodeEmitter
42 ~X86MCCodeEmitter() {}
140 return new X86MCCodeEmitter(MCII, STI, Ctx);
192 void X86MCCodeEmitter
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1 //===-- X86MCCodeEmitter.cpp - Convert X86 code to machine code -----------===//
10 // This file implements the X86MCCodeEmitter class.
32 class X86MCCodeEmitter : public MCCodeEmitter { class in namespace:__anon13339
33 X86MCCodeEmitter(const X86MCCodeEmitter &) = delete;
34 void operator=(const X86MCCodeEmitter &) = delete;
38 X86MCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx) function in class:__anon13339::X86MCCodeEmitter
42 ~X86MCCodeEmitter() override {}
154 return new X86MCCodeEmitter(MCII, Ctx);
277 void X86MCCodeEmitter
[all...]
/external/swiftshader/third_party/LLVM/
H A DAndroid.mk289 lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp \

Completed in 428 milliseconds