Lines Matching refs:Module
51 Module::Module(const string &name, const string &os, in Module() function in google_breakpad::Module
59 Module::~Module() { in ~Module()
74 void Module::SetLoadAddress(Address address) { in SetLoadAddress()
78 void Module::AddFunction(Function *function) { in AddFunction()
116 void Module::AddFunctions(vector<Function *>::iterator begin, in AddFunctions()
122 void Module::AddStackFrameEntry(StackFrameEntry *stack_frame_entry) { in AddStackFrameEntry()
126 void Module::AddExtern(Extern *ext) { in AddExtern()
135 void Module::GetFunctions(vector<Function *> *vec, in GetFunctions()
140 void Module::GetExterns(vector<Extern *> *vec, in GetExterns()
145 Module::File *Module::FindFile(const string &name) { in FindFile()
167 Module::File *Module::FindFile(const char *name) { in FindFile()
172 Module::File *Module::FindExistingFile(const string &name) { in FindExistingFile()
177 void Module::GetFiles(vector<File *> *vec) { in GetFiles()
183 void Module::GetStackFrameEntries(vector<StackFrameEntry *> *vec) const { in GetStackFrameEntries()
187 void Module::AssignSourceIds() { in AssignSourceIds()
216 bool Module::ReportError() { in ReportError()
222 bool Module::WriteRuleMap(const RuleMap &rule_map, std::ostream &stream) { in WriteRuleMap()
232 bool Module::Write(std::ostream &stream, SymbolData symbol_data) { in Write()