Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp57 class MipsELFObjectWriter : public MCELFObjectTargetWriter { class
59 MipsELFObjectWriter(uint8_t OSABI, bool HasRelocationAddend, bool Is64);
61 ~MipsELFObjectWriter() override = default;
213 MipsELFObjectWriter::MipsELFObjectWriter(uint8_t OSABI, in MipsELFObjectWriter() function in MipsELFObjectWriter
217 unsigned MipsELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()
431 void MipsELFObjectWriter::sortRelocs(const MCAssembler &Asm, in sortRelocs()
508 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol()
671 return std::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1420 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp