Home
last modified time | relevance | path

Searched refs:symbol_file (Results 1 – 6 of 6) sorted by relevance

/external/lldb/include/lldb/Symbol/
DType.h29 SymbolFileType (SymbolFile &symbol_file, lldb::user_id_t uid) : in SymbolFileType() argument
31 m_symbol_file (symbol_file) in SymbolFileType()
81 SymbolFile* symbol_file,
/external/chromium_org/components/breakpad/tools/
Dgenerate_breakpad_symbols.py180 symbol_file = "%s.sym" % module_line.group(2)
182 f = open(os.path.join(output_path, symbol_file), 'w')
/external/lldb/source/Symbol/
DType.cpp79 SymbolFile* symbol_file, in Type() argument
92 m_symbol_file (symbol_file), in Type()
DSymbolContext.cpp511 SymbolFile *symbol_file = symbol_vendor->GetSymbolFile(); in GetParentOfInlinedScope() local
512 if (symbol_file) in GetParentOfInlinedScope()
513 objfile = symbol_file->GetObjectFile(); in GetParentOfInlinedScope()
/external/lldb/source/Core/
DModule.cpp1261 SymbolFile *symbol_file = m_symfile_ap->GetSymbolFile(); in SetSymbolFileFileSpec() local
1262 if (section_list && symbol_file) in SetSymbolFileFileSpec()
1264 ObjectFile *obj_file = symbol_file->GetObjectFile(); in SetSymbolFileFileSpec()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp3348 SymbolFile *symbol_file = symbol_vendor->GetSymbolFile(); in PrintModule() local
3349 if (symbol_file) in PrintModule()
3353 … FileSpec &symfile_spec = symbol_file->GetObjectFile()->GetFileSpec(); in PrintModule()
3363 … DumpFullpath (strm, &symbol_file->GetObjectFile()->GetFileSpec(), width); in PrintModule()
4365 SymbolFile *symbol_file = symbol_vendor->GetSymbolFile(); in AddModuleSymbols() local
4367 if (symbol_file) in AddModuleSymbols()
4369 ObjectFile *object_file = symbol_file->GetObjectFile(); in AddModuleSymbols()