Searched refs:MCContext (Results 1 - 25 of 331) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCRelocationInfo.h20 class MCContext;
26 MCContext &Ctx;
29 MCRelocationInfo(MCContext &Ctx);
H A DMCSymbolizer.h25 class MCContext;
40 MCContext &Ctx;
45 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetObjectFile.cpp20 void WebAssemblyTargetObjectFile::Initialize(MCContext &Ctx,
H A DWebAssemblyTargetObjectFile.h24 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
H A DWebAssemblyMCInstLower.h24 class MCContext;
31 MCContext &Ctx;
41 WebAssemblyMCInstLower(MCContext &ctx, WebAssemblyAsmPrinter &printer)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp15 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {}
28 MCContext &Ctx) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUELFStreamer.h22 class MCContext;
25 MCELFStreamer *createAMDGPUELFStreamer(const Triple &T, MCContext &Context,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h15 class MCContext;
26 MCContext *Ctx;
30 void Initialize(MCContext *C);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.h17 class MCContext;
28 MCContext *Ctx;
32 ARCMCInstLower(MCContext *C, AsmPrinter &asmprinter);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.h19 class MCContext;
27 AVRMCInstLower(MCContext &Ctx, AsmPrinter &Printer)
35 MCContext &Ctx;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfoELF.h18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfoELF.cpp16 #include "llvm/MC/MCContext.h"
23 MCSection *MCAsmInfoELF::getNonexecutableStackSection(MCContext &Ctx) const {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.h16 class MCContext;
25 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachORelocationInfo.cpp21 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {}
40 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.h23 class MCContext;
31 HexagonMCShuffler(MCContext &Context, bool Fatal, MCInstrInfo const &MCII,
37 HexagonMCShuffler(MCContext &Context, bool Fatal, MCInstrInfo const &MCII,
56 bool HexagonMCShuffle(MCContext &Context, bool Fatal, MCInstrInfo const &MCII,
58 bool HexagonMCShuffle(MCContext &Context, MCInstrInfo const &MCII,
61 bool HexagonMCShuffle(MCContext &Context, MCInstrInfo const &MCII,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.h18 class MCContext;
30 MCContext &Ctx;
35 AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMCInstLower.h16 class MCContext;
28 MCContext &Ctx;
33 LanaiMCInstLower(MCContext &CTX, AsmPrinter &AP) : Ctx(CTX), Printer(AP) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.h16 class MCContext;
27 MCContext &Ctx;
31 MSP430MCInstLower(MCContext &ctx, AsmPrinter &printer)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.h23 class MCContext;
37 MCContext &Ctx);
40 MCContext &Ctx);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMCInstLower.h16 class MCContext;
27 MCContext &Ctx;
32 BPFMCInstLower(MCContext &ctx, AsmPrinter &printer)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCTargetDesc.h24 class MCContext;
38 MCContext &Ctx);
41 MCContext &Ctx);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h20 class MCContext;
30 MCContext *Ctx;
36 void Initialize(MCContext *C);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.h23 class MCContext;
36 MCContext &Ctx);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.h25 MCContext &Ctx;
29 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A DDisassembler.h25 class MCContext;
34 MemoryBuffer &Buffer, SourceMgr &SM, MCContext &Ctx,

Completed in 415 milliseconds

1234567891011>>