Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObjectVariable.cpp323 SymbolContextScope *sc_scope = m_variable_sp->GetSymbolContextScope(); in GetModule() local
324 if (sc_scope) { in GetModule()
325 return sc_scope->CalculateSymbolContextModule(); in GetModule()
/external/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.h83 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
DSymbolFileSymtab.cpp54 void SymbolFileSymtab::GetTypes(SymbolContextScope *sc_scope, in GetTypes() argument
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp1054 void 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()
DSymbolFileDWARFDebugMap.h135 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
DSymbolFileDWARF.h206 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
DSymbolFileDWARF.cpp367 void SymbolFileDWARF::GetTypes(SymbolContextScope *sc_scope, in GetTypes() argument
375 if (sc_scope) in GetTypes()
376 comp_unit = sc_scope->CalculateSymbolContextCompileUnit(); in GetTypes()
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolContext.h47 explicit SymbolContext(SymbolContextScope *sc_scope);
DSymbolFile.h251 virtual void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.h109 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask, in GetTypes() argument
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.h154 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
DSymbolFilePDB.cpp1616 void SymbolFilePDB::GetTypes(lldb_private::SymbolContextScope *sc_scope, in GetTypes() argument
1622 sc_scope ? sc_scope->CalculateSymbolContextCompileUnit() : nullptr; in GetTypes()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h128 void GetTypes(SymbolContextScope *sc_scope, lldb::TypeClass type_mask,
DSymbolFileNativePDB.cpp1550 void SymbolFileNativePDB::GetTypes(lldb_private::SymbolContextScope *sc_scope, in GetTypes() argument
/external/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp50 SymbolContext::SymbolContext(SymbolContextScope *sc_scope) in SymbolContext() argument
53 sc_scope->CalculateSymbolContext(this); in SymbolContext()