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

123456789

/external/llvm/include/llvm/MC/
H A DMCRelocationInfo.h27 class MCContext;
35 MCContext &Ctx;
38 MCRelocationInfo(MCContext &Ctx);
H A DMCSymbolizer.h27 class MCContext;
45 MCContext &Ctx;
50 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
H A DMCLabel.h20 class MCContext;
24 /// and MCLabel are created and unique'd by the MCContext class. MCLabel
30 private: // MCContext creates and uniques these.
31 friend class MCContext;
H A DMCExpr.h21 class MCContext;
131 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);
293 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) {
298 MCContext &Ctx);
300 MCContext &Ctx);
348 MCContext &Ctx);
349 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) {
352 static const MCUnaryExpr *CreateMinus(const MCExpr *Expr, MCContext &Ctx) {
355 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
358 static const MCUnaryExpr *CreatePlus(const MCExpr *Expr, MCContext
[all...]
H A DMCDisassembler.h23 class MCContext;
58 MCDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx)
86 MCContext &Ctx;
106 MCContext& getContext() const { return Ctx; }
/external/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.h18 class MCContext;
28 MCContext &Ctx;
39 AMDGPUMCInstLower(MCContext &ctx, const AMDGPUSubtarget &ST);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCTargetDesc.h23 class MCContext;
33 MCContext &Ctx);
37 MCContext &Ctx);
H A DAMDGPUMCAsmInfo.h27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.h24 class MCContext;
30 MipsELFStreamer(MCContext &Context, MCAsmBackend &MAB, raw_ostream &OS,
37 MCELFStreamer *createMipsELFStreamer(MCContext &Context, MCAsmBackend &MAB,
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCTargetDesc.h23 class MCContext;
33 MCContext &Ctx);
37 MCContext &Ctx);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.h21 MCELFStreamer *createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCAsmInfo.h25 const MCSection* getNonexecutableStackSection(MCContext &CTX) const override;
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.h24 const MCSection *getNonexecutableStackSection(MCContext &Ctx) const override;
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.h19 class MCContext;
31 const MCContext &Ctx, const MCSubtargetInfo &STI);
42 MCContext &Ctx, const MCInstrInfo &MII, MCStreamer &Out);
47 const MCContext &Ctx, const MCSubtargetInfo &STI);
/external/llvm/lib/MC/
H A DMCRelocationInfo.cpp17 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx)
37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
H A DMCContext.cpp1 //===- lib/MC/MCContext.cpp - Machine Code Context ------------------------===//
10 #include "llvm/MC/MCContext.h"
32 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri, function in class:MCContext
55 MCContext::~MCContext() {
71 void MCContext::reset() {
97 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
113 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
138 MCSymbol *MCContext
[all...]
H A DMCNullStreamer.cpp11 #include "llvm/MC/MCContext.h"
22 MCNullStreamer(MCContext &Context) : MCStreamer(Context) {}
42 MCStreamer *llvm::createNullStreamer(MCContext &Context) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachORelocationInfo.cpp13 #include "llvm/MC/MCContext.h"
23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {}
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) {
H A DARMWinCOFFStreamer.cpp18 ARMWinCOFFStreamer(MCContext &C, MCAsmBackend &AB, MCCodeEmitter &CE,
41 MCStreamer *createARMWinCOFFStreamer(MCContext &Context, MCAsmBackend &MAB,
/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.h19 class MCContext;
31 MCContext &Ctx;
36 AArch64MCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer);
/external/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.h17 class MCContext;
28 MCContext &Ctx;
32 MSP430MCInstLower(MCContext &ctx, AsmPrinter &printer)
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h18 class MCContext;
29 MCContext *Ctx;
33 void Initialize(MCContext *C);
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.h16 class MCContext;
27 MCContext *Ctx;
32 void Initialize(Mangler *mang, MCContext *C);
/external/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.h17 class MCContext;
29 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
/external/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.h26 MCContext &Ctx;
30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);

Completed in 2790 milliseconds

123456789