Lines Matching refs:DumpSymbols
87 bool DumpSymbols::Read(NSString *filename) {
187 bool DumpSymbols::SetArchitecture(cpu_type_t cpu_type,
200 bool DumpSymbols::SetArchitecture(const std::string &arch_name) {
210 string DumpSymbols::Identifier() {
236 class DumpSymbols::DumperLineToModule:
258 bool DumpSymbols::ReadDwarf(google_breakpad::Module *module,
319 bool DumpSymbols::ReadCFI(google_breakpad::Module *module,
382 class DumpSymbols::LoadCommandDumper:
387 LoadCommandDumper(const DumpSymbols &dumper,
402 const DumpSymbols &dumper_;
409 bool DumpSymbols::LoadCommandDumper::SegmentCommand(const Segment &segment) {
447 bool DumpSymbols::LoadCommandDumper::SymtabCommand(const ByteBuffer &entries,
464 bool DumpSymbols::ReadSymbolData(Module** out_module) {
541 bool DumpSymbols::WriteSymbolFile(std::ostream &stream) {