HomeSort by relevance Sort by last modified time
    Searched refs:MCContext (Results 51 - 75 of 112) sorted by null

1 23 4 5

  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 14 #include "llvm/MC/MCContext.h"
58 // Get the assembler info needed to setup the MCContext.
76 // Set up the MCContext for creating symbols and MCExpr's.
77 MCContext *Ctx = new MCContext(*MAI, *MRI, 0);
78 assert(Ctx && "Unable to create MCContext!");
EDDisassembler.h 35 class MCContext;
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 37 class MCContext;
77 MCContext &Ctx;
140 MCContext &getContext() const { return Ctx; }
418 MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
TargetLoweringObjectFileImpl.h 30 class MCContext;
MachineModuleInfo.h 38 #include "llvm/MC/MCContext.h"
99 /// Context - This is the MCContext used for the entire code generator.
100 MCContext Context;
190 const MCContext &getContext() const { return Context; }
191 MCContext &getContext() { return Context; }
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 39 friend class MCContext;
MCDwarf.h 25 class MCContext;
35 /// and MCDwarfFile's are created and unique'd by the MCContext class where
40 // The StringRef references memory allocated in the MCContext.
46 private: // MCContext creates and uniques these.
47 friend class MCContext;
97 private: // MCContext manages these
98 friend class MCContext;
MCAsmInfo.h 29 class MCContext;
402 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const{
MCAssembler.h 32 class MCContext;
683 MCContext &Context;
806 MCAssembler(MCContext &Context_, MCAsmBackend &Backend_,
811 MCContext &getContext() const { return Context; }
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 28 MCContext &MC = Printer.OutContext;
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 14 #include "llvm/MC/MCContext.h"
27 void MipsTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){
  /external/llvm/lib/MC/
MCDwarf.cpp 12 #include "llvm/MC/MCContext.h"
195 MCContext &context = MCOS->getContext();
213 MCContext &context = MCOS->getContext();
440 MCContext &context = MCOS->getContext();
485 MCContext &context = MCOS->getContext();
553 MCContext &context = MCOS->getContext();
703 MCContext &context = MCOS->getContext();
743 MCContext &context = MCOS->getContext();
775 MCContext &context = streamer.getContext();
786 MCContext &context = streamer.getContext()
    [all...]
MCStreamer.cpp 11 #include "llvm/MC/MCContext.h"
23 MCStreamer::MCStreamer(MCContext &Ctx) : Context(Ctx), EmitEHFrame(true),
38 const MCExpr *MCStreamer::BuildSymbolDiff(MCContext &Context,
189 MCContext &Context = getContext();
204 MCContext &Context = getContext();
219 MCContext &Context = getContext();
235 MCContext &Context = getContext();
252 MCContext &Context = getContext();
MCAsmInfo.cpp 16 #include "llvm/MC/MCContext.h"
143 MCContext &Context = Streamer.getContext();
MCObjectStreamer.cpp 15 #include "llvm/MC/MCContext.h"
23 MCObjectStreamer::MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB,
33 MCObjectStreamer::MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB,
MCPureStreamer.cpp 13 #include "llvm/MC/MCContext.h"
31 MCPureStreamer(MCContext &Context, MCAsmBackend &TAB,
233 MCStreamer *llvm::createPureStreamer(MCContext &Context, MCAsmBackend &MAB,
MCExpr.cpp 16 #include "llvm/MC/MCContext.h"
147 const MCExpr *RHS, MCContext &Ctx) {
152 MCContext &Ctx) {
156 const MCConstantExpr *MCConstantExpr::Create(int64_t Value, MCContext &Ctx) {
164 MCContext &Ctx) {
169 MCContext &Ctx) {
MCELFStreamer.cpp 18 #include "llvm/MC/MCContext.h"
39 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB,
43 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB,
512 MCStreamer *llvm::createELFStreamer(MCContext &Context, MCAsmBackend &MAB,
WinCOFFStreamer.cpp 17 #include "llvm/MC/MCContext.h"
42 WinCOFFStreamer(MCContext &Context,
127 WinCOFFStreamer::WinCOFFStreamer(MCContext &Context,
409 MCStreamer *createWinCOFFStreamer(MCContext &Context,
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 77 MCContext &Ctx, MCAsmBackend &MAB,
MBlazeMCCodeEmitter.cpp 38 MCContext &ctx)
102 MCContext &Ctx) {
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.cpp 45 MCStreamer *createPTXAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
  /external/llvm/tools/lto/
LTOModule.h 18 #include "llvm/MC/MCContext.h"
57 llvm::MCContext _context;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 33 MCContext &ctx) {
81 MCContext &Ctx) {
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 32 MCContext &Ctx = AP.OutContext;
99 MCContext &Ctx = Printer.OutContext;

Completed in 311 milliseconds

1 23 4 5