Home
last modified time | relevance | path

Searched refs:VEELFObjectWriter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEELFObjectWriter.cpp23 class VEELFObjectWriter : public MCELFObjectTargetWriter { class
25 VEELFObjectWriter(uint8_t OSABI) in VEELFObjectWriter() function in __anon207d69db0111::VEELFObjectWriter
29 ~VEELFObjectWriter() override = default;
39 unsigned VEELFObjectWriter::getRelocType(const MCFixup &Fixup, in getRelocType()
144 bool VEELFObjectWriter::needsRelocateWithSymbol(const MCValue &, in needsRelocateWithSymbol()
166 return std::make_unique<VEELFObjectWriter>(OSABI); in createVEELFObjectWriter()