Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 MCSymbol &Sym, in needsRelocateWithSymbol()
670 return std::make_unique<MipsELFObjectWriter>(OSABI, HasRelocationAddend, in createMipsELFObjectWriter()
H A DCMakeLists.txt5 MipsELFObjectWriter.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/Mips/MCTargetDesc/
H A DBUILD.gn63 "MipsELFObjectWriter.cpp",