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

1 2 3 4 5 6 7 8 9

  /external/llvm/include/llvm/MC/
MCRelocationInfo.h 27 class MCContext;
35 MCContext &Ctx;
38 MCRelocationInfo(MCContext &Ctx);
MCSymbolizer.h 27 class MCContext;
45 MCContext &Ctx;
50 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
MCDisassembler.h 23 class MCContext;
58 MCDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx)
86 MCContext &Ctx;
106 MCContext& getContext() 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;
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.h 18 class MCContext;
28 MCContext &Ctx;
39 AMDGPUMCInstLower(MCContext &ctx, const AMDGPUSubtarget &ST);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.h 23 class MCContext;
33 MCContext &Ctx);
37 MCContext &Ctx);
AMDGPUMCAsmInfo.h 27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.h 24 class MCContext;
30 MipsELFStreamer(MCContext &Context, MCAsmBackend &MAB, raw_ostream &OS,
37 MCELFStreamer *createMipsELFStreamer(MCContext &Context, MCAsmBackend &MAB,
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.h 23 class MCContext;
33 MCContext &Ctx);
37 MCContext &Ctx);
AMDGPUMCAsmInfo.h 27 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.h 19 class MCContext;
31 const MCContext &Ctx, const MCSubtargetInfo &STI);
42 MCContext &Ctx, const MCInstrInfo &MII, MCStreamer &Out);
47 const MCContext &Ctx, const MCSubtargetInfo &STI);
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 16 class MCContext;
27 MCContext *Ctx;
32 void Initialize(Mangler *mang, MCContext *C);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.h 21 MCELFStreamer *createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.h 25 const MCSection* getNonexecutableStackSection(MCContext &CTX) const override;
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmInfo.h 24 const MCSection *getNonexecutableStackSection(MCContext &Ctx) const override;
  /external/llvm/lib/MC/
MCRelocationInfo.cpp 17 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx)
37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
MCContext.cpp 1 //===- lib/MC/MCContext.cpp - Machine Code Context ------------------------===//
10 #include "llvm/MC/MCContext.h"
32 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri,
55 MCContext::~MCContext() {
71 void MCContext::reset() {
97 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
113 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
138 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name)
    [all...]
MCNullStreamer.cpp 11 #include "llvm/MC/MCContext.h"
22 MCNullStreamer(MCContext &Context) : MCStreamer(Context) {}
42 MCStreamer *llvm::createNullStreamer(MCContext &Context) {
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 17 class MCContext;
29 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachORelocationInfo.cpp 13 #include "llvm/MC/MCContext.h"
23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {}
41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) {
ARMWinCOFFStreamer.cpp 18 ARMWinCOFFStreamer(MCContext &C, MCAsmBackend &AB, MCCodeEmitter &CE,
41 MCStreamer *createARMWinCOFFStreamer(MCContext &Context, MCAsmBackend &MAB,
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 26 MCContext &Ctx;
30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.h 19 class MCContext;
31 MCContext &Ctx;
36 AArch64MCInstLower(MCContext &ctx, Mangler &mang, 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/Mips/
MipsMCInstLower.h 18 class MCContext;
29 MCContext *Ctx;
33 void Initialize(MCContext *C);

Completed in 262 milliseconds

1 2 3 4 5 6 7 8 9