HomeSort by relevance Sort by last modified time
    Searched refs:MCContext (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.h 19 void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /external/llvm/include/llvm/MC/
MCLabel.h 18 class MCContext;
22 /// and MCLabel are created and unique'd by the MCContext class. MCLabel
28 private: // MCContext creates and uniques these.
29 friend class MCContext;
MCDisassembler.h 21 class MCContext;
107 MCContext *Ctx;
116 MCContext *ctx) {
127 MCContext *getMCContext() const { return Ctx; }
MCExpr.h 21 class MCContext;
123 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);
194 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) {
199 MCContext &Ctx);
201 MCContext &Ctx);
249 MCContext &Ctx);
250 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) {
253 static const MCUnaryExpr *CreateMinus(const MCExpr *Expr, MCContext &Ctx) {
256 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
259 static const MCUnaryExpr *CreatePlus(const MCExpr *Expr, MCContext &Ctx)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 17 class MCContext;
29 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.h 19 class MCContext;
31 MCContext &Ctx);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 20 class MCContext;
31 MCContext &Ctx);
  /external/llvm/include/llvm/Target/
Mangler.h 25 class MCContext;
38 MCContext &Context;
52 Mangler(MCContext &context, const TargetData &td)
TargetLoweringObjectFile.h 26 class MCContext;
36 MCContext *Ctx;
42 MCContext &getContext() const { return *Ctx; }
51 virtual void Initialize(MCContext &ctx, const TargetMachine &TM);
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.h 25 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;
SystemZMCAsmInfo.cpp 15 #include "llvm/MC/MCContext.h"
29 getNonexecutableStackSection(MCContext &Ctx) const{
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.h 21 class MCContext;
33 MCContext &Ctx);
MipsMCCodeEmitter.cpp 37 MCContext &ctx)
50 MCContext &Ctx) {
  /external/llvm/lib/MC/
MCContext.cpp 1 //===- lib/MC/MCContext.cpp - Machine Code Context ------------------------===//
10 #include "llvm/MC/MCContext.h"
30 MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
48 MCContext::~MCContext() {
65 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
81 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
106 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) {
112 MCSymbol *MCContext::CreateTempSymbol()
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 37 MCContext &Ctx);
39 static const ARMMCExpr *CreateUpper16(const MCExpr *Expr, MCContext &Ctx) {
43 static const ARMMCExpr *CreateLower16(const MCExpr *Expr, MCContext &Ctx) {
ARMMCTargetDesc.h 23 class MCContext;
45 MCContext &Ctx);
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.h 18 class MCContext;
30 MCContext &Ctx;
35 MBlazeMCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer)
MBlazeTargetObjectFile.h 22 void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 18 class MCContext;
30 MCContext &Ctx;
35 MSP430MCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer)
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 17 class MCContext;
30 MCContext &Ctx;
MipsTargetObjectFile.h 22 void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /external/llvm/lib/Target/X86/
X86MCInstLower.h 17 class MCContext;
31 MCContext &Ctx;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.h 38 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 21 class MCContext;
59 virtual MCContext &getContext() = 0;
138 MCAsmParser *createMCAsmParser(SourceMgr &, MCContext &,
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 27 class MCContext;
65 llvm::OwningPtr<const llvm::MCContext> Ctx;
81 llvm::MCContext *ctx, const MCDisassembler *disAsm,

Completed in 457 milliseconds

1 2 3 4 5