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"
30 MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
48 MCContext::~MCContext() {
65 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
81 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
106 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) {
112 MCSymbol *MCContext::CreateTempSymbol()
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 1 //===- MCContext.h - Machine Code Context -----------------------*- C++ -*-===//
37 /// MCContext - Context object for machine code objects. This class owns all
40 class MCContext {
41 MCContext(const MCContext&); // DO NOT IMPLEMENT
42 MCContext &operator=(const MCContext&); // DO NOT IMPLEMENT
118 explicit MCContext(const MCAsmInfo &MAI, const MCRegisterInfo &MRI,
120 ~MCContext();
158 /// still want any modifications to the table itself to use the MCContext
    [all...]

Completed in 713 milliseconds