Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp46 class MipsELFObjectWriter : public MCELFObjectTargetWriter { class
48 MipsELFObjectWriter(uint8_t OSABI, bool HasRelocationAddend, bool Is64);
50 ~MipsELFObjectWriter() override = default;
151 MipsELFObjectWriter::MipsELFObjectWriter(uint8_t OSABI, in MipsELFObjectWriter() function in MipsELFObjectWriter
155 unsigned MipsELFObjectWriter::getRelocType(const MCFixup &Fixup, in getRelocType()
381 void MipsELFObjectWriter::sortRelocs(std::vector<ELFRelocationEntry> &Relocs) { in sortRelocs()
443 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &V, in needsRelocateWithSymbol()
605 return std::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
/freebsd/lib/clang/libllvm/
H A DMakefile1553 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp