Searched refs:LoongArchAsmBackend (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h1 //===-- LoongArchAsmBackend.h - LoongArch Assembler Backend ---*- C++ -*---===//
9 // This file defines the LoongArchAsmBackend class.
27 class LoongArchAsmBackend : public MCAsmBackend { class in namespace:llvm
35 LoongArchAsmBackend(const MCSubtargetInfo &STI, uint8_t OSABI, bool Is64Bit, function in class:llvm::LoongArchAsmBackend
40 ~LoongArchAsmBackend() override {}
H A DLoongArchAsmBackend.cpp1 //===-- LoongArchAsmBackend.cpp - LoongArch Assembler Backend -*- C++ -*---===//
9 // This file implements the LoongArchAsmBackend class.
13 #include "LoongArchAsmBackend.h"
32 LoongArchAsmBackend::getFixupKind(StringRef Name) const {
49 LoongArchAsmBackend::getFixupKindInfo(MCFixupKind Kind) const {
146 void LoongArchAsmBackend::applyFixup(const MCAssembler &Asm,
186 bool LoongArchAsmBackend::shouldInsertExtraNopBytesForCodeAlign(
209 bool LoongArchAsmBackend::shouldInsertFixupForCodeAlign(
246 bool LoongArchAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
296 std::pair<bool, bool> LoongArchAsmBackend
[all...]
H A DLoongArchELFStreamer.cpp14 #include "LoongArchAsmBackend.h"
27 auto &MAB = static_cast<LoongArchAsmBackend &>(

Completed in 113 milliseconds