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

  /external/llvm/lib/Target/X86/
X86AsmBackend.cpp 1 //===-- X86AsmBackend.cpp - X86 Assembler Backend -------------------------===//
66 class X86AsmBackend : public TargetAsmBackend {
68 X86AsmBackend(const Target &T)
210 bool X86AsmBackend::MayNeedRelaxation(const MCInst &Inst) const {
242 void X86AsmBackend::RelaxInstruction(const MCInst &Inst, MCInst &Res) const {
261 bool X86AsmBackend::WriteNopData(uint64_t Count, MCObjectWriter *OW) const {
304 class ELFX86AsmBackend : public X86AsmBackend {
308 : X86AsmBackend(T), OSType(_OSType) {
348 class WindowsX86AsmBackend : public X86AsmBackend {
353 : X86AsmBackend(T
    [all...]
Android.mk 15 X86AsmBackend.cpp \

Completed in 5979 milliseconds