10 #ifndef LLVM_LIB_TARGET_ARM_ARMASMBACKENDDARWIN_H
11 #define LLVM_LIB_TARGET_ARM_ARMASMBACKENDDARWIN_H
18 class ARMAsmBackendDarwin :
public ARMAsmBackend {
23 : ARMAsmBackend(T, TT,
true), Subtype(st) {
24 HasDataInCodeSupport =
true;
MCObjectWriter * createARMMachObjectWriter(raw_pwrite_stream &OS, bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype)
Construct an ARM Mach-O 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.