Home
last modified time | relevance | path

Searched defs:GetTypeSystem (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerDeclContext.h83 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
H A DCompilerDecl.h53 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
H A DCompilerType.h165 TypeSystem *GetTypeSystem() const { return m_type_system; } in GetTypeSystem() function
H A DType.h352 TypeSystem *GetTypeSystem() const { return compiler_type.GetTypeSystem(); } in GetTypeSystem() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp141 lldb_private::TypeSystem *DWARFBaseDIE::GetTypeSystem() const { in GetTypeSystem() function in DWARFBaseDIE
H A DDWARFUnit.cpp567 TypeSystem *DWARFUnit::GetTypeSystem() { in GetTypeSystem() function in DWARFUnit
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp1006 TypeSystem *TypeImpl::GetTypeSystem(bool prefer_dynamic) { in GetTypeSystem() function in TypeImpl