Home | History | Annotate | Download | only in MC

Lines Matching defs:MCModule

1 //===- lib/MC/MCModule.cpp - MCModule implementation ----------------------===//
10 #include "llvm/MC/MCModule.h"
21 void MCModule::map(MCAtom *NewAtom) {
36 MCTextAtom *MCModule::createTextAtom(uint64_t Begin, uint64_t End) {
42 MCDataAtom *MCModule::createDataAtom(uint64_t Begin, uint64_t End) {
49 void MCModule::remap(MCAtom *Atom, uint64_t NewBegin, uint64_t NewEnd) {
67 const MCAtom *MCModule::findAtomContaining(uint64_t Addr) const {
75 MCAtom *MCModule::findAtomContaining(uint64_t Addr) {
83 MCFunction *MCModule::createFunction(const StringRef &Name) {
88 MCModule::~MCModule() {