10 #ifndef LLVM_LIB_TARGET_ARM_ARMASMBACKENDWINCOFF_H
11 #define LLVM_LIB_TARGET_ARM_ARMASMBACKENDWINCOFF_H
16 class ARMAsmBackendWinCOFF :
public ARMAsmBackend {
18 ARMAsmBackendWinCOFF(
const Target &
T,
const Triple &TheTriple)
19 : ARMAsmBackend(T, TheTriple,
true) {}
MCObjectWriter * createARMWinCOFFObjectWriter(raw_pwrite_stream &OS, bool Is64Bit)
Construct an ARM PE/COFF object writer.
Defines the object file and target independent interfaces used by the assembler backend to write nati...
Triple - Helper class for working with autoconf configuration names.
Target - Wrapper for Target specific information.
An abstract base class for streams implementations that also support a pwrite operation.