reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/Type.h
  185   CompilerType GetLayoutCompilerType();

References

tools/lldb/source/Expression/Materializer.cpp
  534             m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign(scope);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1248     CompilerType class_clang_type = class_type->GetLayoutCompilerType();
 2652                 class_clang_type, name, var_type->GetLayoutCompilerType(),
 2813                   member_type->GetLayoutCompilerType();
 2929                 member_type->GetLayoutCompilerType(), ivar_decl,
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  734           class_parent_type->GetLayoutCompilerType(),
  911           ClangUtil::GetQualType(type->GetLayoutCompilerType()));
 1230     auto member_comp_type = member_type->GetLayoutCompilerType();
tools/lldb/source/Symbol/Type.cpp
  357             GetLayoutCompilerType().GetByteSize(nullptr)) {