Home | History | Annotate | Download | only in Core

Lines Matching refs:symbol

16 #include "lldb/Symbol/ClangNamespaceDecl.h"
17 #include "lldb/Symbol/Function.h"
18 #include "lldb/Symbol/SymbolContext.h"
19 #include "lldb/Symbol/Symbol.h"
151 // Remove any duplicates between the funcion list and the symbol list
167 if (symbol_sc.symbol && symbol_sc.symbol->ValueIsAddress())
169 if (sc.function->GetAddressRange().GetBaseAddress() == symbol_sc.symbol->GetAddress())
213 if (sc.symbol && sc.symbol->ValueIsAddress())
215 func_addr = sc.symbol->GetAddress();
216 addr_t byte_size = sc.symbol->GetByteSize();
220 const uint32_t prologue_byte_size = sc.symbol->GetPrologueByteSize();