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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp25 class SystemZObjectWriter : public MCELFObjectTargetWriter { class in namespace:__anon4321
27 SystemZObjectWriter(uint8_t OSABI);
28 ~SystemZObjectWriter() override = default;
38 SystemZObjectWriter::SystemZObjectWriter(uint8_t OSABI) function in class:SystemZObjectWriter
116 unsigned SystemZObjectWriter::getRelocType(MCContext &Ctx,
165 return std::make_unique<SystemZObjectWriter>(OSABI);

Completed in 93 milliseconds