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"
35 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri,
63 MCContext::~MCContext() {
79 void MCContext::reset() {
113 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
129 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
154 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name)
    [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 1 //===- MCContext.h - Machine Code Context -----------------------*- C++ -*-===//
43 /// MCContext - Context object for machine code objects. This class owns all
46 class MCContext {
47 MCContext(const MCContext&) LLVM_DELETED_FUNCTION;
48 MCContext &operator=(const MCContext&) LLVM_DELETED_FUNCTION;
168 explicit MCContext(const MCAsmInfo *MAI, const MCRegisterInfo *MRI,
171 ~MCContext();
225 /// still want any modifications to the table itself to use the MCContext
    [all...]

Completed in 319 milliseconds