HomeSort by relevance Sort by last modified time
    Searched refs:MCContext (Results 1 - 25 of 112) 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 20 class MCContext;
122 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);
216 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) {
221 MCContext &Ctx);
223 MCContext &Ctx);
271 MCContext &Ctx);
272 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) {
275 static const MCUnaryExpr *CreateMinus(const MCExpr *Expr, MCContext &Ctx) {
278 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
281 static const MCUnaryExpr *CreatePlus(const MCExpr *Expr, MCContext &Ctx)
    [all...]
MCContext.h 1 //===- MCContext.h - Machine Code Context -----------------------*- C++ -*-===//
39 /// MCContext - Context object for machine code objects. This class owns all
42 class MCContext {
43 MCContext(const MCContext&); // DO NOT IMPLEMENT
44 MCContext &operator=(const MCContext&); // DO NOT IMPLEMENT
143 explicit MCContext(const MCAsmInfo &MAI, const MCRegisterInfo &MRI,
145 ~MCContext();
185 /// still want any modifications to the table itself to use the MCContext
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 17 class MCContext;
30 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /external/llvm/include/llvm/Target/
Mangler.h 23 class MCContext;
36 MCContext &Context;
50 Mangler(MCContext &context, const TargetData &td)
TargetLoweringObjectFile.h 26 class MCContext;
35 MCContext *Ctx;
41 MCContext &getContext() const { return *Ctx; }
50 virtual void Initialize(MCContext &ctx, const TargetMachine &TM);
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.h 21 class MCContext;
34 MCContext &Ctx);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 22 class MCContext;
35 MCContext &Ctx);
  /external/llvm/lib/MC/
MCContext.cpp 1 //===- lib/MC/MCContext.cpp - Machine Code Context ------------------------===//
10 #include "llvm/MC/MCContext.h"
33 MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
53 MCContext::~MCContext() {
70 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
86 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
111 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) {
117 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 17 class MCContext;
29 MCContext &Ctx;
34 MBlazeMCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer)
MBlazeTargetObjectFile.h 22 void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 17 class MCContext;
29 MCContext &Ctx;
34 MSP430MCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer)
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.h 22 class MCContext;
37 MCContext &Ctx);
40 MCContext &Ctx);
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 17 class MCContext;
29 MCContext *Ctx;
34 void Initialize(Mangler *mang, MCContext* C);
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/Hexagon/
HexagonTargetObjectFile.h 22 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /frameworks/compile/mclinker/include/mcld/Target/
TargetMachine.h 100 llvm::MCContext *&OutCtx);
105 llvm::MCContext *&OutCtx);
110 llvm::MCContext *&OutCtx);
116 llvm::MCContext *&OutCtx);
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 21 class MCContext;
59 virtual MCContext &getContext() = 0;
141 MCAsmParser *createMCAsmParser(SourceMgr &, MCContext &,
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 27 class MCContext;
71 llvm::OwningPtr<const llvm::MCContext> Ctx;
89 llvm::MCContext *ctx, const MCDisassembler *disAsm,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.h 42 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const;

Completed in 95 milliseconds

1 2 3 4 5