Home | History | Annotate | Download | only in common

Lines Matching defs:StabsToModule

32 // dump_stabs.cc --- implement the StabsToModule class.
59 StabsToModule::~StabsToModule() {
68 bool StabsToModule::StartCompilationUnit(const char *name, uint64_t address,
79 bool StabsToModule::EndCompilationUnit(uint64_t address) {
90 bool StabsToModule::StartFunction(const string &name,
94 f->size = 0; // We compute this in StabsToModule::Finalize().
101 bool StabsToModule::EndFunction(uint64_t address) {
117 bool StabsToModule::Line(uint64_t address, const char *name, int number) {
126 line.size = 0; // We compute this in StabsToModule::Finalize().
133 bool StabsToModule::Extern(const string &name, uint64_t address) {
148 void StabsToModule::Warning(const char *format, ...) {
155 void StabsToModule::Finalize() {