HomeSort by relevance Sort by last modified time
    Searched defs:MCContext (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCContext.cpp 1 //===- lib/MC/MCContext.cpp - Machine Code Context ------------------------===//
10 #include "llvm/MC/MCContext.h"
37 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri,
60 MCContext::~MCContext() {
72 void MCContext::reset() {
110 MCSymbol *MCContext::getOrCreateSymbol(const Twine &Name) {
123 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) {
145 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(StringRef FuncName
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 1 //===- MCContext.h - Machine Code Context -----------------------*- C++ -*-===//
49 class MCContext {
50 MCContext(const MCContext &) = delete;
51 MCContext &operator=(const MCContext &) = delete;
227 explicit MCContext(const MCAsmInfo *MAI, const MCRegisterInfo *MRI,
230 ~MCContext();
297 /// still want any modifications to the table itself to use the MCContext
534 /// \brief Placement new for using the MCContext's allocator
    [all...]

Completed in 168 milliseconds