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

12 3 4 5

  /external/llvm/include/llvm/MC/
MCStreamer.h 27 class MCContext;
48 MCContext &Context;
88 MCStreamer(MCContext &Ctx);
90 const MCExpr *BuildSymbolDiff(MCContext &Context, const MCSymbol *A,
107 MCContext &getContext() const { return Context; }
612 MCStreamer *createNullStreamer(MCContext &Ctx);
634 MCStreamer *createAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
648 MCStreamer *createMachOStreamer(MCContext &Ctx, MCAsmBackend &TAB,
656 MCStreamer *createWinCOFFStreamer(MCContext &Ctx,
663 MCStreamer *createELFStreamer(MCContext &Ctx, MCAsmBackend &TAB
    [all...]
MCObjectStreamer.h 41 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB,
43 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB,
MCSymbol.h 22 class MCContext;
26 /// and MCSymbols are created and unique'd by the MCContext class. MCSymbols
39 /// held by the StringMap that lives in MCContext.
58 private: // MCContext creates and uniques these.
60 friend class MCContext;
MCSectionCOFF.h 25 // The memory for this string is stored in the same MCContext as *this.
37 friend class MCContext;
MCSectionELF.h 47 friend class MCContext;
MCObjectFileInfo.h 20 class MCContext;
171 MCContext &ctx);
299 MCContext *Ctx;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 23 class MCContext;
80 MCContext &Ctx);
X86MCAsmInfo.cpp 16 #include "llvm/MC/MCContext.h"
119 MCContext &Context = Streamer.getContext();
127 getNonexecutableStackSection(MCContext &Ctx) const {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 30 MCContext *Ctx;
  /external/llvm/lib/MC/
MCNullStreamer.cpp 12 #include "llvm/MC/MCContext.h"
23 MCNullStreamer(MCContext &Context) : MCStreamer(Context) {}
108 MCStreamer *llvm::createNullStreamer(MCContext &Context) {
MCWin64EH.cpp 12 #include "llvm/MC/MCContext.h"
55 MCContext &context = streamer.getContext();
134 MCContext &context = streamer.getContext();
146 MCContext &context = streamer.getContext();
225 MCContext &context) {
237 MCContext &context) {
251 MCContext &context = streamer.getContext();
260 MCContext &context = streamer.getContext();
Android.mk 14 MCContext.cpp \
  /frameworks/compile/mclinker/lib/CodeGen/
LLVMTargetMachine.cpp 35 #include <llvm/MC/MCContext.h>
138 static llvm::MCContext *addPassesToGenerateCode(llvm::LLVMTargetMachine *TM,
157 // all the per-module stuff we're generating, including MCContext.
162 MCContext *Context = &MMI->getContext(); // Return the MCContext by-ref.
194 llvm::MCContext* Context =
206 assert(Context != 0 && "Failed to get MCContext");
221 assert(Context != 0 && "Failed to get MCContext");
269 llvm::MCContext *&Context)
312 llvm::MCContext *&Context
    [all...]
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 28 #include "llvm/MC/MCContext.h"
110 static MCContext *addPassesToGenerateCode(LLVMTargetMachine *TM,
128 // all the per-module stuff we're generating, including MCContext.
133 MCContext *Context = &MMI->getContext(); // Return the MCContext by-ref.
160 MCContext *Context = addPassesToGenerateCode(this, PM, DisableVerify);
245 MCContext *Context = addPassesToGenerateCode(this, PM, DisableVerify);
257 /// code is not supported. It fills the MCContext Ctx pointer which can be
261 MCContext *&Ctx,
  /external/llvm/include/llvm/Target/
TargetMachine.h 30 class MCContext;
268 /// code is not supported. It fills the MCContext Ctx pointer which can be
272 MCContext *&,
314 /// code is not supported. It fills the MCContext Ctx pointer which can be
318 MCContext *&Ctx,
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 54 MCContext &getContext() { return getParser().getContext(); }
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 12 #include "llvm/MC/MCContext.h"
25 void ARMElfTargetObjectFile::Initialize(MCContext &Ctx,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 12 #include "llvm/MC/MCContext.h"
18 MCContext &Ctx) {
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 21 #include "llvm/MC/MCContext.h"
30 void HexagonTargetObjectFile::Initialize(MCContext &Ctx,
  /external/llvm/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 14 #include "llvm/MC/MCContext.h"
23 Initialize(MCContext &Ctx, const TargetMachine &TM) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 36 MCContext &Ctx;
41 MCContext &ctx, bool IsLittle) :
95 MCContext &Ctx)
102 MCContext &Ctx)
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.h 71 MCContext *&,
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 12 #include "llvm/MC/MCContext.h"
19 void XCoreTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){
  /external/llvm/include/llvm/Support/
TargetRegistry.h 36 class MCContext;
51 MCStreamer *createAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
112 MCContext &Ctx);
115 MCContext &Ctx,
121 typedef MCStreamer *(*AsmStreamerCtorTy)(MCContext &Ctx,
409 MCContext &Ctx) const {
424 MCStreamer *createMCObjectStreamer(StringRef TT, MCContext &Ctx,
437 MCStreamer *createAsmStreamer(MCContext &Ctx,
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 41 class MCContext;
68 MCContext &OutContext;

Completed in 772 milliseconds

12 3 4 5