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

1234567

/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUMCInstLower.h17 class MCContext;
22 MCContext &Ctx;
25 AMDGPUMCInstLower(MCContext &ctx);
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCRelocationInfo.h27 class MCContext;
35 MCContext &Ctx;
38 MCRelocationInfo(MCContext &Ctx);
H A DMCSymbolizer.h26 class MCContext;
44 MCContext &Ctx;
49 MCSymbolizer(MCContext &Ctx, OwningPtr<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.h20 class MCContext;
120 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);
270 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) {
275 MCContext &Ctx);
277 MCContext &Ctx);
324 MCContext &Ctx);
325 static const MCUnaryExpr *CreateLNot(const MCExpr *Expr, MCContext &Ctx) {
328 static const MCUnaryExpr *CreateMinus(const MCExpr *Expr, MCContext &Ctx) {
331 static const MCUnaryExpr *CreateNot(const MCExpr *Expr, MCContext &Ctx) {
334 static const MCUnaryExpr *CreatePlus(const MCExpr *Expr, MCContext
[all...]
H A DMCDisassembler.h24 class MCContext;
100 MCContext *Ctx;
124 MCContext *Ctx,
132 MCContext *getMCContext() const { return Ctx; }
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.h19 void Initialize(MCContext &Ctx, const TargetMachine &TM);
H A DXCoreMCInstLower.h16 class MCContext;
27 MCContext *Ctx;
32 void Initialize(Mangler *mang, MCContext *C);
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp20 AArch64LinuxTargetObjectFile::Initialize(MCContext &Ctx,
27 AArch64ElfTargetObjectFile::Initialize(MCContext &Ctx,
H A DAArch64TargetObjectFile.h26 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
30 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h17 class MCContext;
28 MCContext *Ctx;
32 void Initialize(MCContext *C);
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCSymbolizer.cpp15 MCSymbolizer::MCSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo)
H A DMCRelocationInfo.cpp17 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx)
37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.h21 MCELFStreamer* createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
H A DAArch64MCExpr.h81 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
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCAsmInfo.h25 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.h17 class MCContext;
29 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachORelocationInfo.cpp12 #include "llvm/MC/MCContext.h"
23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {}
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) {
H A DARMMCTargetDesc.h24 class MCContext;
48 MCStreamer *createMCAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
57 MCContext &Ctx);
74 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.h17 class MCContext;
28 MCContext &Ctx;
32 MSP430MCInstLower(MCContext &ctx, AsmPrinter &printer)
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.h26 MCContext &Ctx;
30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h46 bool isDarwin, MCContext &Ctx);
49 bool isDarwin, MCContext &Ctx) {
54 bool isDarwin, MCContext &Ctx) {
59 bool isDarwin, MCContext &Ctx) {
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetObjectFile.h23 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.h17 class MCContext;
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp11 #include "llvm/MC/MCContext.h"
33 SystemZMCAsmInfo::getNonexecutableStackSection(MCContext &Ctx) const {

Completed in 307 milliseconds

1234567