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"
33 MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri, function in class:MCContext
56 MCContext::~MCContext() {
72 void MCContext::reset() {
101 MCSymbol *MCContext::GetOrCreateSymbol(const Twine &Name) {
114 MCSymbol *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) {
136 MCSymbol *MCContext
[all...]
/external/llvm/include/llvm/MC/
H A DMCContext.h1 //===- MCContext.h - Machine Code Context -----------------------*- C++ -*-===//
47 class MCContext { class in namespace:llvm
48 MCContext(const MCContext&) = delete;
49 MCContext &operator=(const MCContext&) = delete;
213 explicit MCContext(const MCAsmInfo *MAI, const MCRegisterInfo *MRI,
216 ~MCContext();
279 /// still want any modifications to the table itself to use the MCContext
526 /// @brief Placement new for using the MCContext'
[all...]

Completed in 116 milliseconds