Searched refs:sc_scope (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ValueObjectVariable.cpp | 332 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/ |
| HD | SymbolVendor.cpp | 364 SymbolVendor::GetTypes (SymbolContextScope *sc_scope, in GetTypes() argument 373 return m_sym_file_ap->GetTypes (sc_scope, type_mask, type_list); in GetTypes()
|
| HD | SymbolContext.cpp | 83 SymbolContext::SymbolContext (SymbolContextScope *sc_scope) : in SymbolContext() argument 93 sc_scope->CalculateSymbolContext (this); in SymbolContext()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | SymbolFile.h | 144 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
|
| HD | SymbolVendor.h | 161 GetTypes (SymbolContextScope *sc_scope,
|
| HD | SymbolContext.h | 57 SymbolContext (SymbolContextScope *sc_scope);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARFDebugMap.cpp | 1146 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()
|
| HD | SymbolFileDWARFDebugMap.h | 93 size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
|
| HD | SymbolFileDWARF.h | 127 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
|
| HD | SymbolFileDWARF.cpp | 339 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/ |
| HD | SymbolFileSymtab.h | 109 GetTypes (lldb_private::SymbolContextScope *sc_scope,
|
| HD | SymbolFileSymtab.cpp | 64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeLis… in GetTypes() argument
|