/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 446 const Address &so_addr, lldb::SymbolContextItem resolve_scope, in ResolveSymbolContextForAddress() argument 471 if (resolve_scope & eSymbolContextCompUnit || in ResolveSymbolContextForAddress() 472 resolve_scope & eSymbolContextFunction || in ResolveSymbolContextForAddress() 473 resolve_scope & eSymbolContextBlock || in ResolveSymbolContextForAddress() 474 resolve_scope & eSymbolContextLineEntry || in ResolveSymbolContextForAddress() 475 resolve_scope & eSymbolContextVariable) { in ResolveSymbolContextForAddress() 478 symfile->ResolveSymbolContext(so_addr, resolve_scope, sc); in ResolveSymbolContextForAddress() 483 if (resolve_scope & eSymbolContextSymbol && in ResolveSymbolContextForAddress() 499 if (!sc.symbol && resolve_scope & eSymbolContextFunction && in ResolveSymbolContextForAddress() 540 if (resolve_scope & eSymbolContextSymbol && in ResolveSymbolContextForAddress() [all …]
|
H A D | Address.cpp | 270 constexpr SymbolContextItem resolve_scope = in ResolveFunctionScope() local 273 if (!(CalculateSymbolContext(&sym_ctx, resolve_scope) & resolve_scope)) { in ResolveFunctionScope() 282 return sym_ctx.GetAddressRange(resolve_scope, 0, false, *addr_range_ptr); in ResolveFunctionScope() 833 SymbolContextItem resolve_scope) const { in CalculateSymbolContext() 845 *this, resolve_scope, *sc); in CalculateSymbolContext()
|
H A D | ModuleList.cpp | 683 SymbolContextItem resolve_scope, in ResolveSymbolContextForAddress() argument 690 module_sp->ResolveSymbolContextForAddress(so_addr, resolve_scope, sc); in ResolveSymbolContextForAddress() 696 (*pos)->ResolveSymbolContextForAddress(so_addr, resolve_scope, sc); in ResolveSymbolContextForAddress() 707 SymbolContextItem resolve_scope, SymbolContextList &sc_list) const { in ResolveSymbolContextForFilePath() argument 710 resolve_scope, sc_list); in ResolveSymbolContextForFilePath() 715 SymbolContextItem resolve_scope, SymbolContextList &sc_list) const { in ResolveSymbolContextsForFileSpec() argument 719 resolve_scope, sc_list); in ResolveSymbolContextsForFileSpec()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/ |
H A D | SymbolFileJSON.cpp | 66 SymbolContextItem resolve_scope, in ResolveSymbolContext() argument 73 if (resolve_scope & eSymbolContextSymbol) { in ResolveSymbolContext()
|
H A D | SymbolFileJSON.h | 94 lldb::SymbolContextItem resolve_scope,
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBAddress.cpp | 212 SBSymbolContext SBAddress::GetSymbolContext(uint32_t resolve_scope) { in GetSymbolContext() argument 213 LLDB_INSTRUMENT_VA(this, resolve_scope); in GetSymbolContext() 216 SymbolContextItem scope = static_cast<SymbolContextItem>(resolve_scope); in GetSymbolContext()
|
H A D | SBModule.cpp | 228 uint32_t resolve_scope) { in ResolveSymbolContextForAddress() argument 229 LLDB_INSTRUMENT_VA(this, addr, resolve_scope); in ResolveSymbolContextForAddress() 233 SymbolContextItem scope = static_cast<SymbolContextItem>(resolve_scope); in ResolveSymbolContextForAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | SymbolFilePDB.cpp | 743 SymbolContextItem resolve_scope, in ResolveSymbolContext() argument 747 if (resolve_scope & eSymbolContextCompUnit || in ResolveSymbolContext() 748 resolve_scope & eSymbolContextVariable || in ResolveSymbolContext() 749 resolve_scope & eSymbolContextFunction || in ResolveSymbolContext() 750 resolve_scope & eSymbolContextBlock || in ResolveSymbolContext() 751 resolve_scope & eSymbolContextLineEntry) { in ResolveSymbolContext() 764 if (resolve_scope & eSymbolContextFunction || in ResolveSymbolContext() 765 resolve_scope & eSymbolContextBlock) { in ResolveSymbolContext() 779 if (resolve_scope & eSymbolContextBlock) { in ResolveSymbolContext() 792 if (resolve_scope & eSymbolContextLineEntry) { in ResolveSymbolContext() [all …]
|
H A D | SymbolFilePDB.h | 105 lldb::SymbolContextItem resolve_scope, 110 lldb::SymbolContextItem resolve_scope,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 437 lldb::SymbolContextItem resolve_scope, 444 lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list) const; 450 lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list) const;
|
H A D | Module.h | 654 /// \param[in] resolve_scope 676 const Address &so_addr, lldb::SymbolContextItem resolve_scope, 706 /// \param[in] resolve_scope 720 lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list); 749 /// \param[in] resolve_scope 764 lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
H A D | ArchitectureMips.cpp | 94 SymbolContextItem resolve_scope = in GetBreakableLoadAddress() local 97 resolve_scope, sc); in GetBreakableLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 370 SymbolContextItem resolve_scope, in ResolveSymbolContext() argument 373 if (!(resolve_scope & (eSymbolContextCompUnit | eSymbolContextLineEntry | in ResolveSymbolContext() 385 if (resolve_scope & eSymbolContextLineEntry) { in ResolveSymbolContext() 392 if (resolve_scope & (eSymbolContextFunction | eSymbolContextBlock)) { in ResolveSymbolContext() 397 if (resolve_scope & eSymbolContextBlock) { in ResolveSymbolContext() 413 lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list) { in ResolveSymbolContext() argument 415 if (!(resolve_scope & eSymbolContextCompUnit)) in ResolveSymbolContext() 421 cu.ResolveSymbolContext(src_location_spec, resolve_scope, sc_list); in ResolveSymbolContext()
|
H A D | SymbolFileBreakpad.h | 104 lldb::SymbolContextItem resolve_scope, 108 lldb::SymbolContextItem resolve_scope,
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFileOnDemand.cpp | 268 SymbolContextItem resolve_scope, in ResolveSymbolContext() argument 275 return m_sym_file_impl->ResolveSymbolContext(so_addr, resolve_scope, sc); in ResolveSymbolContext() 289 SymbolContextItem resolve_scope, SymbolContextList &sc_list) { in ResolveSymbolContext() argument 295 return m_sym_file_impl->ResolveSymbolContext(src_location_spec, resolve_scope, in ResolveSymbolContext()
|
H A D | CompileUnit.cpp | 250 SymbolContextItem resolve_scope, SymbolContextList &sc_list) { in ResolveSymbolContext() argument 332 if (resolve_scope == eSymbolContextLineEntry) { in ResolveSymbolContext() 336 resolve_scope); in ResolveSymbolContext()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/ |
H A D | SymbolFileSymtab.cpp | 244 SymbolContextItem resolve_scope, in ResolveSymbolContext() argument 251 if (resolve_scope & eSymbolContextSymbol) { in ResolveSymbolContext()
|
H A D | SymbolFileSymtab.h | 81 lldb::SymbolContextItem resolve_scope,
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 300 StackFrame::GetSymbolContext(SymbolContextItem resolve_scope) { in GetSymbolContext() argument 303 if ((m_flags.Get() & resolve_scope) != resolve_scope) { in GetSymbolContext() 331 if (resolve_scope & eSymbolContextCompUnit) { in GetSymbolContext() 340 if (resolve_scope & eSymbolContextFunction) { in GetSymbolContext() 349 if (resolve_scope & eSymbolContextBlock) { in GetSymbolContext() 358 if (resolve_scope & eSymbolContextSymbol) { in GetSymbolContext() 367 if (resolve_scope & eSymbolContextLineEntry) { in GetSymbolContext() 407 lookup_addr, resolve_scope, m_sc); in GetSymbolContext() 416 m_flags.Set(resolve_scope | resolved); in GetSymbolContext()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolFileOnDemand.h | 118 lldb::SymbolContextItem resolve_scope, 126 lldb::SymbolContextItem resolve_scope,
|
H A D | CompileUnit.h | 380 /// \param[in] resolve_scope 394 lldb::SymbolContextItem resolve_scope,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBAddress.h | 59 lldb::SBSymbolContext GetSymbolContext(uint32_t resolve_scope);
|
H A D | SBModule.h | 119 uint32_t resolve_scope);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDebugMap.h | 103 lldb::SymbolContextItem resolve_scope, 106 lldb::SymbolContextItem resolve_scope,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.h | 125 lldb::SymbolContextItem resolve_scope, 128 lldb::SymbolContextItem resolve_scope,
|