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

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp361 class WindowsX86AsmBackend : public X86AsmBackend { class in namespace:__anon7685
365 WindowsX86AsmBackend(const Target &T, bool is64Bit) function in class:__anon7685::WindowsX86AsmBackend
449 return new WindowsX86AsmBackend(T, false);
462 return new WindowsX86AsmBackend(T, true);

Completed in 24 milliseconds