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

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp399 class WindowsX86AsmBackend : public X86AsmBackend { class in namespace:__anon3058
403 WindowsX86AsmBackend(const Target &T, bool is64Bit, StringRef CPU) function in class:__anon3058::WindowsX86AsmBackend
807 return new WindowsX86AsmBackend(T, false, CPU);
830 return new WindowsX86AsmBackend(T, true, CPU);

Completed in 83 milliseconds