Home
last modified time | relevance | path

Searched refs:sc_scope (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectVariable.cpp332 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); in GetModule() local
333 if (sc_scope) in GetModule()
335 return sc_scope->CalculateSymbolContextModule(); in GetModule()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymbolVendor.cpp364 SymbolVendor::GetTypes (SymbolContextScope *sc_scope, in GetTypes() argument
373 return m_sym_file_ap->GetTypes (sc_scope, type_mask, type_list); in GetTypes()
HDSymbolContext.cpp83 SymbolContext::SymbolContext (SymbolContextScope *sc_scope) : in SymbolContext() argument
93 sc_scope->CalculateSymbolContext (this); in SymbolContext()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymbolFile.h144 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
HDSymbolVendor.h161 GetTypes (SymbolContextScope *sc_scope,
HDSymbolContext.h57 SymbolContext (SymbolContextScope *sc_scope);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp1146 SymbolFileDWARFDebugMap::GetTypes (SymbolContextScope *sc_scope, in GetTypes() argument
1157 if (sc_scope) in GetTypes()
1160 sc_scope->CalculateSymbolContext(&sc); in GetTypes()
1167 oso_dwarf->GetTypes (sc_scope, type_mask, type_list); in GetTypes()
1173 oso_dwarf->GetTypes (sc_scope, type_mask, type_list); in GetTypes()
HDSymbolFileDWARFDebugMap.h93 size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
HDSymbolFileDWARF.h127 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
HDSymbolFileDWARF.cpp339 SymbolFileDWARF::GetTypes (SymbolContextScope *sc_scope, in GetTypes() argument
348 if (sc_scope) in GetTypes()
349 comp_unit = sc_scope->CalculateSymbolContextCompileUnit(); in GetTypes()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
HDSymbolFileSymtab.h109 GetTypes (lldb_private::SymbolContextScope *sc_scope,
HDSymbolFileSymtab.cpp64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeLis… in GetTypes() argument