Searched defs:MCContext (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/MC/
H A DMCContext.cpp1 //===- lib/MC/MCContext.cpp - Machine Code Context ------------------------===//
10 #include "llvm/MC/MCContext.h"
32 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri, function in class:MCContext
55 MCContext::~MCContext() {
71 void MCContext::reset() {
97 MCSymbol *MCContext::GetOrCreateSymbol(StringRef Name) {
113 MCSymbol *MCContext::CreateSymbol(StringRef Name) {
138 MCSymbol *MCContext
[all...]
/external/llvm/include/llvm/MC/
H A DMCContext.h1 //===- MCContext.h - Machine Code Context -----------------------*- C++ -*-===//
46 /// MCContext - Context object for machine code objects. This class owns all
49 class MCContext { class in namespace:llvm
50 MCContext(const MCContext&) LLVM_DELETED_FUNCTION;
51 MCContext &operator=(const MCContext&) LLVM_DELETED_FUNCTION;
179 explicit MCContext(const MCAsmInfo *MAI, const MCRegisterInfo *MRI,
182 ~MCContext();
240 /// still want any modifications to the table itself to use the MCContext
[all...]

Completed in 99 milliseconds