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.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()
507 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol()
670 return std::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
/freebsd/lib/clang/libllvm/
H A DMakefile1437 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp