/external/llvm/lib/Target/R600/ |
AMDGPUMCInstLower.h | 17 class MCContext; 22 MCContext &Ctx; 25 AMDGPUMCInstLower(MCContext &ctx);
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetObjectFile.h | 26 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
|
AArch64TargetObjectFile.cpp | 20 AArch64LinuxTargetObjectFile::Initialize(MCContext &Ctx,
|
/external/llvm/lib/Target/XCore/ |
XCoreTargetObjectFile.h | 19 void Initialize(MCContext &Ctx, const TargetMachine &TM);
|
XCoreMCInstLower.h | 16 class MCContext; 27 MCContext *Ctx; 32 void Initialize(Mangler *mang, MCContext *C);
|
/external/llvm/include/llvm/MC/ |
MCRelocationInfo.h | 27 class MCContext; 35 MCContext &Ctx; 38 MCRelocationInfo(MCContext &Ctx);
|
MCSymbolizer.h | 26 class MCContext; 44 MCContext &Ctx; 49 MCSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo);
|
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/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/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/R600/MCTargetDesc/ |
AMDGPUMCAsmInfo.h | 25 const MCSection* getNonexecutableStackSection(MCContext &CTX) const;
|
/external/llvm/lib/Target/ARM/ |
ARMTargetObjectFile.h | 17 class MCContext; 29 virtual void Initialize(MCContext &Ctx, const TargetMachine &TM);
|
/external/llvm/include/llvm/Target/ |
Mangler.h | 22 class MCContext; 37 MCContext &Context; 51 Mangler(MCContext &Context, const TargetMachine *TM)
|
/external/llvm/lib/Target/Mips/ |
MipsMCInstLower.h | 17 class MCContext; 29 MCContext *Ctx; 34 void Initialize(Mangler *mang, MCContext *C);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZMCInstLower.h | 17 class MCContext; 28 MCContext &Ctx; 32 SystemZMCInstLower(Mangler *mang, MCContext &ctx,
|
/external/llvm/lib/MC/ |
MCSymbolizer.cpp | 15 MCSymbolizer::MCSymbolizer(MCContext &Ctx, OwningPtr<MCRelocationInfo> &RelInfo)
|
MCRelocationInfo.cpp | 17 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) 37 MCRelocationInfo *llvm::createMCRelocationInfo(StringRef TT, MCContext &Ctx) {
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64ELFStreamer.h | 21 MCELFStreamer* createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
|
AArch64MCExpr.h | 81 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 &Ctx) [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFStreamer.h | 21 MCELFStreamer* createARMELFStreamer(MCContext &Context, MCAsmBackend &TAB,
|
ARMMachORelocationInfo.cpp | 12 #include "llvm/MC/MCContext.h" 23 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} 41 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) {
|
ARMMCExpr.h | 37 MCContext &Ctx); 39 static const ARMMCExpr *CreateUpper16(const MCExpr *Expr, MCContext &Ctx) { 43 static const ARMMCExpr *CreateLower16(const MCExpr *Expr, MCContext &Ctx) {
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCAsmInfo.h | 24 virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const
|