35 RISCVMachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype)
36 : MCMachObjectTargetWriter(
false,
CPUType, CPUSubtype) {}
38 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
39 const MCFragment *Fragment,
const MCFixup &
Fixup,
40 MCValue Target, uint64_t &FixedValue)
override;
45void RISCVMachObjectWriter::recordRelocation(
51std::unique_ptr<MCObjectTargetWriter>
53 return std::make_unique<RISCVMachObjectWriter>(CPUType, CPUSubtype);
Function Alias Analysis false
PowerPC TLS Dynamic Call Fixup
Encode information on a single operation to perform on a byte sequence (e.g., an encoded instruction)...
Target - Wrapper for Target specific information.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
This is an optimization pass for GlobalISel generic memory operations.
std::unique_ptr< MCObjectTargetWriter > createRISCVMachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype)