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

1 2 3 4 5 6

  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.h 17 class MCContext;
22 MCContext &Ctx;
25 AMDGPUMCInstLower(MCContext &ctx);
  /external/llvm/lib/Target/AArch64/
AArch64TargetObjectFile.h 26 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
AArch64TargetObjectFile.cpp 20 AArch64LinuxTargetObjectFile::Initialize(MCContext &Ctx,
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.h 19 void Initialize(MCContext &Ctx, const TargetMachine &TM);
XCoreMCInstLower.h 16 class MCContext;
27 MCContext *Ctx;
32 void Initialize(Mangler *mang, MCContext *C);
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 17 class MCContext;
29 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 DataLayout &td)
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.h 81 MCContext &Ctx);
83 static const AArch64MCExpr *CreateLo12(const MCExpr *Expr, MCContext &Ctx) {
87 static const AArch64MCExpr *CreateGOT(const MCExpr *Expr, MCContext &Ctx) {
92 MCContext &Ctx) {
97 MCContext &Ctx) {
102 MCContext &Ctx) {
107 MCContext &Ctx) {
112 MCContext &Ctx) {
117 MCContext &Ctx) {
122 MCContext &Ctx)
    [all...]
AArch64ELFStreamer.h 21 MCELFStreamer* createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
AArch64MCTargetDesc.h 22 class MCContext;
41 MCContext &Ctx);
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 17 class MCContext;
29 MCContext *Ctx;
34 void Initialize(Mangler *mang, MCContext *C);
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.h 24 class MCContext;
35 MCContext &Ctx);
40 MCContext &Ctx);
AMDGPUMCAsmInfo.h 27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
  /external/llvm/include/llvm/MC/
MCDisassembler.h 21 class MCContext;
97 MCContext *Ctx;
106 MCContext *ctx) {
117 MCContext *getMCContext() const { return Ctx; }
MCLabel.h 20 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;
MCExpr.h 20 class MCContext;
120 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);
238 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) {
243 MCContext &Ctx);
245 MCContext &Ctx);
292 MCContext &Ctx);
293 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) {
296 static const MCUnaryExpr *CreateMinus(const MCExpr *Expr, MCContext &Ctx) {
299 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
302 static const MCUnaryExpr *CreatePlus(const MCExpr *Expr, MCContext &Ctx)
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.h 21 MCELFStreamer* createARMELFStreamer(MCContext &Context, MCAsmBackend &TAB,
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) {
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.h 17 class MCContext;
28 MCContext &Ctx;
32 MBlazeMCInstLower(MCContext &ctx, AsmPrinter &printer)
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 17 class MCContext;
28 MCContext &Ctx;
32 MSP430MCInstLower(MCContext &ctx, AsmPrinter &printer)
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.h 21 class MCContext;
36 MCContext &Ctx);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.h 21 MipsELFStreamer(MCContext &Context, MCAsmBackend &TAB,
38 MCELFStreamer* createMipsELFStreamer(MCContext &Context, MCAsmBackend &TAB,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 25 class MCContext;
40 MCContext &Ctx);
  /external/llvm/lib/MC/
MCContext.cpp 1 //===- lib/MC/MCContext.cpp - Machine Code Context ------------------------===//
10 #include "llvm/MC/MCContext.h"
34 MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
59 MCContext::~MCContext() {
75 void MCContext::reset() {
109 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
125 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
150 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name)
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.h 38 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);

Completed in 719 milliseconds

1 2 3 4 5 6