Lines Matching refs:symbol
20 #include "lldb/Symbol/DWARFCallFrameInfo.h"
21 #include "lldb/Symbol/FuncUnwinders.h"
22 #include "lldb/Symbol/Function.h"
23 #include "lldb/Symbol/ObjectFile.h"
24 #include "lldb/Symbol/SymbolContext.h"
25 #include "lldb/Symbol/Symbol.h"
122 // If we don't have a Module for some reason, we're not going to find symbol/function information - just
142 (m_sym_ctx.symbol && m_sym_ctx.symbol->GetName() == g_sigtramp_name))
152 // If we were able to find a symbol/function, set addr_range to the bounds of that symbol/function.
163 // This means that whatever symbol we kicked up isn't really correct
165 // the function/symbol in this case unless there is a bad assumption
281 // If we don't have a Module for some reason, we're not going to find symbol/function information - just
386 // If the symbol lookup failed...
402 // We need to back up the pc by 1 byte and re-search for the Symbol to handle the case where the "saved pc"
422 // If we were able to find a symbol/function, set addr_range_ptr to the bounds of that symbol/function.
445 || (m_sym_ctx.symbol && m_sym_ctx.symbol->GetMangled().GetMangledName() == sigtramp_name))
651 // Note, if the symbol context has a function for the symbol, then we don't need to do this check.
682 // No FuncUnwinders available for this pc (i.e. a stripped function symbol and -fomit-frame-pointer).