Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp31 class AArch64ELFObjectWriter : public MCELFObjectTargetWriter { class
33 AArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32);
35 ~AArch64ELFObjectWriter() override = default;
49 AArch64ELFObjectWriter::AArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) in AArch64ELFObjectWriter() function in AArch64ELFObjectWriter
109 unsigned AArch64ELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()
459 bool AArch64ELFObjectWriter::needsRelocateWithSymbol(const MCValue &Val, in needsRelocateWithSymbol()
466 AArch64ELFObjectWriter::getMemtagRelocsSection(MCContext &Ctx) const { in getMemtagRelocsSection()
473 return std::make_unique<AArch64ELFObjectWriter>(OSABI, IsILP32); in createAArch64ELFObjectWriter()
/src/lib/clang/libllvm/
H A DMakefile1315 SRCS_MIN+= Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp