| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectVariable.cpp | 291 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); in GetModule() local 292 if (sc_scope) { in GetModule() 293 return sc_scope->CalculateSymbolContextModule(); in GetModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.h | 85 size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFileSymtab.cpp | 48 size_t SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 102 size_t GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 1054 size_t SymbolFileDWARFDebugMap::GetTypes(SymbolContextScope *sc_scope, in GetTypes() argument 1064 if (sc_scope) { in GetTypes() 1066 sc_scope->CalculateSymbolContext(&sc); in GetTypes() 1072 oso_dwarf->GetTypes(sc_scope, type_mask, type_list); in GetTypes() 1076 oso_dwarf->GetTypes(sc_scope, type_mask, type_list); in GetTypes()
|
| H A D | SymbolFileDWARFDebugMap.h | 127 size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFileDWARF.h | 207 size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFileDWARF.cpp | 342 size_t SymbolFileDWARF::GetTypes(SymbolContextScope *sc_scope, in GetTypes() argument 351 if (sc_scope) in GetTypes() 352 comp_unit = sc_scope->CalculateSymbolContextCompileUnit(); in GetTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | SymbolVendor.h | 125 virtual size_t GetTypes(SymbolContextScope *sc_scope,
|
| H A D | SymbolContext.h | 54 explicit SymbolContext(SymbolContextScope *sc_scope);
|
| H A D | SymbolFile.h | 210 virtual size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | SymbolVendor.cpp | 343 size_t SymbolVendor::GetTypes(SymbolContextScope *sc_scope, TypeClass type_mask, in GetTypes() argument 349 return m_sym_file_ap->GetTypes(sc_scope, type_mask, type_list); in GetTypes()
|
| H A D | SymbolContext.cpp | 56 SymbolContext::SymbolContext(SymbolContextScope *sc_scope) in SymbolContext() argument 59 sc_scope->CalculateSymbolContext(this); in SymbolContext()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 154 size_t GetTypes(lldb_private::SymbolContextScope *sc_scope,
|
| H A D | SymbolFilePDB.cpp | 1572 size_t SymbolFilePDB::GetTypes(lldb_private::SymbolContextScope *sc_scope, in GetTypes() argument 1578 sc_scope ? sc_scope->CalculateSymbolContextCompileUnit() : nullptr; in GetTypes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 130 size_t GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
|
| H A D | SymbolFileNativePDB.cpp | 1545 size_t SymbolFileNativePDB::GetTypes(lldb_private::SymbolContextScope *sc_scope, in GetTypes() argument
|