Lines Matching refs:symbol
15 #include "lldb/Symbol/ClangExternalASTSourceCommon.h"
16 #include "lldb/Symbol/CompileUnit.h"
17 #include "lldb/Symbol/Function.h"
18 #include "lldb/Symbol/ObjectFile.h"
19 #include "lldb/Symbol/ObjectFile.h"
20 #include "lldb/Symbol/Symbol.h"
21 #include "lldb/Symbol/SymbolContext.h"
22 #include "lldb/Symbol/Symtab.h"
23 #include "lldb/Symbol/TypeList.h"
53 return "Reads debug symbols from an object file's symbol table.";
100 // The snippet of code below will get the indexes the module symbol
162 const Symbol *cu_symbol = m_obj_file->GetSymtab()->SymbolAtIndex(m_source_indexes[idx]);
183 const Symbol *curr_symbol = NULL;
184 const Symbol *next_symbol = NULL;
236 NULL, // no return type for a code symbol...
316 sc.symbol = m_obj_file->GetSymtab()->FindSymbolContainingFileAddress(so_addr.GetFileAddress());
317 if (sc.symbol)
350 // debug information. Any symbol queries should go through the symbol
364 // debug information. Any symbol queries should go through the symbol