Searched refs:child_compiler_type (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | ValueObjectConstResultImpl.cpp | 69 CompilerType child_compiler_type; in CreateChildAtIndex() local 73 child_compiler_type = compiler_type.GetChildCompilerTypeAtIndex( in CreateChildAtIndex() 84 if (child_compiler_type) { in CreateChildAtIndex() 103 *m_impl_backend, child_compiler_type, child_name, child_byte_size, in CreateChildAtIndex()
|
| D | ValueObject.cpp | 549 CompilerType child_compiler_type; in CreateChildAtIndex() local 553 child_compiler_type = GetCompilerType().GetChildCompilerTypeAtIndex( in CreateChildAtIndex() 558 if (child_compiler_type) { in CreateChildAtIndex() 567 *this, child_compiler_type, child_name, child_byte_size, in CreateChildAtIndex() 2660 CompilerType child_compiler_type; in Dereference() local 2665 child_compiler_type = compiler_type.GetChildCompilerTypeAtIndex( in Dereference() 2670 if (child_compiler_type && child_byte_size) { in Dereference() 2676 *this, child_compiler_type, child_name, child_byte_size, in Dereference() 2689 child_compiler_type = compiler_type.GetPointeeType(); in Dereference() 2691 if (child_compiler_type) { in Dereference() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/DataFormatters/ |
| D | FormatManager.cpp | 485 CompilerType child_compiler_type(child_sp->GetCompilerType()); in ShouldPrintAsOneLiner() local 486 if (child_compiler_type.IsValid()) { in ShouldPrintAsOneLiner() 487 switch (child_compiler_type.ShouldPrintAsOneLiner(child_sp.get())) { in ShouldPrintAsOneLiner()
|