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"
34 MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
59 MCContext::~MCContext() {
75 void MCContext::reset() {
109 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
125 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
150 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name)
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 1 //===- MCContext.h - Machine Code Context -----------------------*- C++ -*-===//
41 /// MCContext - Context object for machine code objects. This class owns all
44 class MCContext {
45 MCContext(const MCContext&) LLVM_DELETED_FUNCTION;
46 MCContext &operator=(const MCContext&) LLVM_DELETED_FUNCTION;
166 explicit MCContext(const MCAsmInfo &MAI, const MCRegisterInfo &MRI,
169 ~MCContext();
223 /// still want any modifications to the table itself to use the MCContext
    [all...]

Completed in 115 milliseconds