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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetObjectFile.h 19 void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /external/llvm/include/llvm/MC/MCDisassembler/
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)
  /external/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.h 18 class MCContext;
22 MCContext &Ctx;
26 AMDGPUMCInstLower(MCContext &ctx, const AMDGPUSubtarget &ST);
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUELFStreamer.h 23 class MCContext;
28 AMDGPUELFStreamer(MCContext &Context, MCAsmBackend &MAB, raw_pwrite_stream &OS,
34 MCELFStreamer *createAMDGPUELFStreamer(MCContext &Context, MCAsmBackend &MAB,
AMDGPUMCTargetDesc.h 25 class MCContext;
40 MCContext &Ctx);
44 MCContext &Ctx);
AMDGPUELFStreamer.cpp 15 MCELFStreamer *llvm::createAMDGPUELFStreamer(MCContext &Context,
  /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/include/llvm/MC/
MCAsmInfoELF.h 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
MCLabel.h 20 class MCContext;
24 /// and MCLabel are created and uniqued by the MCContext class. MCLabel
30 private: // MCContext creates and uniques these.
31 friend class MCContext;
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.h 21 MCELFStreamer *createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetObjectFile.h 25 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
WebAssemblyMCInstLower.h 24 class MCContext;
31 MCContext &Ctx;
40 WebAssemblyMCInstLower(MCContext &ctx, AsmPrinter &printer)
WebAssemblyTargetObjectFile.cpp 20 void WebAssemblyTargetObjectFile::Initialize(MCContext &Ctx,
  /external/llvm/lib/MC/MCDisassembler/
MCRelocationInfo.cpp 16 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx)
32 MCContext &Ctx) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCLabel.h 18 class MCContext;
22 /// and MCLabel are created and unique'd by the MCContext class. MCLabel
28 private: // MCContext creates and uniques these.
29 friend class MCContext;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetObjectFile.h 17 class MCContext;
29 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.h 19 class MCContext;
31 MCContext &Ctx);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 20 class MCContext;
31 MCContext &Ctx);
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 21 class MCContext;
36 MCSection *getHSATextSection(MCContext &Ctx);
38 MCSection *getHSADataGlobalAgentSection(MCContext &Ctx);
40 MCSection *getHSADataGlobalProgramSection(MCContext &Ctx);
42 MCSection *getHSARodataReadonlyAgentSection(MCContext &Ctx);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.h 19 class MCContext;
31 const MCContext &Ctx,
47 MCContext &Ctx, const MCInstrInfo &MII, MCStreamer &Out);
52 const MCContext &Ctx,
57 unsigned GetFrameRegGeneric(const MCContext &Ctx, MCStreamer &Out);
  /external/llvm/lib/Target/BPF/
BPFMCInstLower.h 17 class MCContext;
28 MCContext &Ctx;
33 BPFMCInstLower(MCContext &ctx, AsmPrinter &printer)
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 16 class MCContext;
27 MCContext *Ctx;
32 void Initialize(Mangler *mang, MCContext *C);
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
Mangler.h 25 class MCContext;
38 MCContext &Context;
52 Mangler(MCContext &context, const TargetData &td)

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 91011>>