| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCContext.cpp | 60 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri, in MCContext() function in MCContext 75 MCContext::~MCContext() { in ~MCContext() 87 void MCContext::reset() { in reset() 130 MCSymbol *MCContext::getOrCreateSymbol(const Twine &Name) { in getOrCreateSymbol() 143 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(StringRef FuncName, in getOrCreateFrameAllocSymbol() 149 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(StringRef FuncName) { in getOrCreateParentFrameOffsetSymbol() 154 MCSymbol *MCContext::getOrCreateLSDASymbol(StringRef FuncName) { in getOrCreateLSDASymbol() 159 MCSymbol *MCContext::createSymbolImpl(const StringMapEntry<bool> *Name, in createSymbolImpl() 179 MCSymbol *MCContext::createSymbol(StringRef Name, bool AlwaysAddSuffix, in createSymbol() 213 MCSymbol *MCContext::createTempSymbol(const Twine &Name, bool AlwaysAddSuffix, in createTempSymbol() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| HD | MCExpr.h | 21 class MCContext; variable 146 static const MCConstantExpr *create(int64_t Value, MCContext &Ctx, 329 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create() 334 MCContext &Ctx, SMLoc Loc = SMLoc()); 336 MCContext &Ctx); 387 MCContext &Ctx, SMLoc Loc = SMLoc()); 389 static const MCUnaryExpr *createLNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) { 393 static const MCUnaryExpr *createMinus(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) { 397 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) { 401 static const MCUnaryExpr *createPlus(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) { [all …]
|
| HD | MCContext.h | 65 class MCContext { 305 explicit MCContext(const MCAsmInfo *MAI, const MCRegisterInfo *MRI, 310 MCContext(const MCContext &) = delete; 311 MCContext &operator=(const MCContext &) = delete; 312 ~MCContext(); 727 inline void *operator new(size_t Bytes, llvm::MCContext &C, 737 inline void operator delete(void *Ptr, llvm::MCContext &C, size_t) noexcept { in delete() 760 inline void *operator new[](size_t Bytes, llvm::MCContext &C, 771 inline void operator delete[](void *Ptr, llvm::MCContext &C) noexcept {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| HD | AVRAsmBackend.cpp | 38 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in signed_width() 57 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in unsigned_width() 76 MCContext *Ctx = nullptr) { in adjustBranch() 87 MCContext *Ctx = nullptr) { in adjustRelativeBranch() 105 MCContext *Ctx = nullptr) { in fixup_call() 121 MCContext *Ctx = nullptr) { in fixup_7_pcrel() 135 MCContext *Ctx = nullptr) { in fixup_13_pcrel() 148 MCContext *Ctx = nullptr) { in fixup_6_adiw() 159 MCContext *Ctx = nullptr) { in fixup_port5() 172 MCContext *Ctx = nullptr) { in fixup_port6() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HD | HexagonMCShuffler.h | 23 class MCContext; variable 31 HexagonMCShuffler(MCContext &Context, bool Fatal, MCInstrInfo const &MCII, in HexagonMCShuffler() 37 HexagonMCShuffler(MCContext &Context, bool Fatal, MCInstrInfo const &MCII, in HexagonMCShuffler() 56 bool HexagonMCShuffle(MCContext &Context, bool Fatal, MCInstrInfo const &MCII, 58 bool HexagonMCShuffle(MCContext &Context, MCInstrInfo const &MCII, 61 bool HexagonMCShuffle(MCContext &Context, MCInstrInfo const &MCII,
|
| HD | HexagonMCInstrInfo.h | 27 class MCContext; variable 79 void addConstant(MCInst &MI, uint64_t Value, MCContext &Context); 80 void addConstExtender(MCContext &Context, MCInstrInfo const &MCII, MCInst &MCB, 93 MCContext &Context, MCInst &MCB, 97 MCInst *deriveDuplex(MCContext &Context, unsigned iClass, MCInst const &inst0, 107 void extendIfNeeded(MCContext &Context, MCInstrInfo const &MCII, MCInst &MCB, 294 void padEndloop(MCInst &MCI, MCContext &Context); 309 void replaceDuplex(MCContext &Context, MCInst &MCI, DuplexCandidate Candidate); 329 MCContext &Context, MCInst &MCI);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | TargetRegistry.h | 43 class MCContext; variable 62 MCStreamer *createNullStreamer(MCContext &Ctx); 82 createAsmStreamer(MCContext &Ctx, std::unique_ptr<formatted_raw_ostream> OS, 87 MCStreamer *createELFStreamer(MCContext &Ctx, 92 MCStreamer *createMachOStreamer(MCContext &Ctx, 98 MCStreamer *createWasmStreamer(MCContext &Ctx, 103 MCStreamer *createXCOFFStreamer(MCContext &Ctx, 109 MCRelocationInfo *createMCRelocationInfo(const Triple &TT, MCContext &Ctx); 113 void *DisInfo, MCContext *Ctx, 157 MCContext &Ctx); [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXMCExpr.h | 41 MCContext &Ctx); 44 MCContext &Ctx) { in createConstantFPHalf() 49 MCContext &Ctx) { in createConstantFPSingle() 54 MCContext &Ctx) { in createConstantFPDouble() 101 *create(const MCSymbolRefExpr *SymExpr, MCContext &Ctx);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| HD | ARMMCTargetDesc.h | 25 class MCContext; variable 61 MCContext &Ctx); 65 MCContext &Ctx); 77 MCStreamer *createARMWinCOFFStreamer(MCContext &Context, 97 MCRelocationInfo *createARMMachORelocationInfo(MCContext &Ctx);
|
| HD | ARMELFObjectWriter.cpp | 31 bool IsPCRel, MCContext &Ctx) const; 38 unsigned getRelocType(MCContext &Ctx, const MCValue &Target, 44 void addTargetSectionFlags(MCContext &Ctx, MCSectionELF &Sec) override; 72 unsigned ARMELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() 81 MCContext &Ctx) const { in GetRelocTypeInner() 249 void ARMELFObjectWriter::addTargetSectionFlags(MCContext &Ctx, in addTargetSectionFlags()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86TargetObjectFile.h | 55 void Initialize(MCContext &Ctx, const TargetMachine &TM) override; 60 void Initialize(MCContext &Ctx, const TargetMachine &TM) override; 66 void Initialize(MCContext &Ctx, const TargetMachine &TM) override; 71 void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
|
| HD | X86TargetObjectFile.cpp | 68 X86FreeBSDTargetObjectFile::Initialize(MCContext &Ctx, in Initialize() 75 X86FuchsiaTargetObjectFile::Initialize(MCContext &Ctx, in Initialize() 82 X86LinuxNaClTargetObjectFile::Initialize(MCContext &Ctx, in Initialize() 88 void X86SolarisTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/ |
| HD | MCDisassembler.h | 20 class MCContext; variable 57 MCDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx) in MCDisassembler() 97 MCContext &Ctx; 117 MCContext& getContext() const { return Ctx; } in getContext()
|
| HD | MCRelocationInfo.h | 20 class MCContext; variable 26 MCContext &Ctx; 29 MCRelocationInfo(MCContext &Ctx);
|
| HD | MCSymbolizer.h | 25 class MCContext; variable 40 MCContext &Ctx; 45 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo) in MCSymbolizer()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| HD | PPCMCExpr.h | 48 bool IsDarwin, MCContext &Ctx); 51 bool IsDarwin, MCContext &Ctx) { in createLo() 56 bool IsDarwin, MCContext &Ctx) { in createHi() 61 bool IsDarwin, MCContext &Ctx) { in createHa()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| HD | AVRMCInstLower.h | 19 class MCContext; variable 27 AVRMCInstLower(MCContext &Ctx, AsmPrinter &Printer) in AVRMCInstLower() 35 MCContext &Ctx;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/ |
| HD | ARCMCInstLower.h | 17 class MCContext; variable 28 MCContext *Ctx; 32 ARCMCInstLower(MCContext *C, AsmPrinter &asmprinter);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| HD | XCoreMCInstLower.h | 15 class MCContext; variable 26 MCContext *Ctx; 30 void Initialize(MCContext *C);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyMCInstLower.h | 24 class MCContext; variable 31 MCContext &Ctx; 41 WebAssemblyMCInstLower(MCContext &ctx, WebAssemblyAsmPrinter &printer) in WebAssemblyMCInstLower()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| HD | BPFMCInstLower.h | 16 class MCContext; variable 27 MCContext &Ctx; 32 BPFMCInstLower(MCContext &ctx, AsmPrinter &printer) in BPFMCInstLower()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| HD | MSP430MCInstLower.h | 16 class MCContext; variable 27 MCContext &Ctx; 31 MSP430MCInstLower(MCContext &ctx, AsmPrinter &printer) in MSP430MCInstLower()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| HD | LanaiMCInstLower.h | 16 class MCContext; variable 28 MCContext &Ctx; 33 LanaiMCInstLower(MCContext &CTX, AsmPrinter &AP) : Ctx(CTX), Printer(AP) {} in LanaiMCInstLower()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| HD | MipsMCTargetDesc.h | 23 class MCContext; variable 37 MCContext &Ctx); 40 MCContext &Ctx);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| HD | BPFMCTargetDesc.h | 24 class MCContext; variable 38 MCContext &Ctx); 41 MCContext &Ctx);
|