Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp58 class MipsELFObjectWriter : public MCELFObjectTargetWriter { class
60 MipsELFObjectWriter(uint8_t OSABI, bool HasRelocationAddend, bool Is64);
62 ~MipsELFObjectWriter() override = default;
214 MipsELFObjectWriter::MipsELFObjectWriter(uint8_t OSABI, in MipsELFObjectWriter() function in MipsELFObjectWriter
218 unsigned MipsELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()
455 void MipsELFObjectWriter::sortRelocs(const MCAssembler &Asm, in sortRelocs()
532 bool MipsELFObjectWriter::needsRelocateWithSymbol(const MCSymbol &Sym, in needsRelocateWithSymbol()
694 return llvm::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1037 SRCS_MIN+= Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp