/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | ValueObjectConstResult.cpp | 53 const CompilerType &compiler_type, in Create() 65 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult() 86 const CompilerType &compiler_type, in Create() 111 const CompilerType &compiler_type, ConstString name, in ValueObjectConstResult() 128 const CompilerType &compiler_type, in Create() 142 const CompilerType &compiler_type, ConstString name, lldb::addr_t address, in ValueObjectConstResult() 297 ValueObjectConstResult::Cast(const CompilerType &compiler_type) { in Cast()
|
H A D | ValueObjectConstResultImpl.cpp | 68 CompilerType compiler_type = m_impl_backend->GetCompilerType(); in CreateChildAtIndex() local 129 CompilerType compiler_type(m_impl_backend->GetCompilerType()); in AddressOf() local 151 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { in Cast()
|
H A D | ValueObjectConstResultChild.cpp | 25 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectConstResultChild() 72 ValueObjectConstResultChild::Cast(const CompilerType &compiler_type) { in Cast()
|
H A D | ValueObjectCast.cpp | 69 CompilerType compiler_type(GetCompilerType()); in UpdateValue() local
|
H A D | ValueObjectConstResultCast.cpp | 60 ValueObjectConstResultCast::Cast(const CompilerType &compiler_type) { in Cast()
|
H A D | Value.cpp | 252 void Value::SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType() 562 const CompilerType &compiler_type = GetCompilerType(); in ResolveValue() local
|
H A D | ValueObjectChild.cpp | 30 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectChild()
|
H A D | ValueObject.cpp | 248 CompilerType compiler_type(GetCompilerTypeImpl()); in MaybeCalculateCompleteType() local 890 CompilerType compiler_type = GetCompilerType(); in ReadPointedString() local 2659 CompilerType compiler_type = GetCompilerType(); in Dereference() local 2753 CompilerType compiler_type = GetCompilerType(); in AddressOf() local 2777 ValueObjectSP ValueObject::Cast(const CompilerType &compiler_type) { in Cast() 2786 CompilerType &compiler_type) { in CastPointerType()
|
H A D | ValueObjectVariable.cpp | 168 CompilerType compiler_type = GetCompilerType(); in UpdateValue() local
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | Type.cpp | 147 const Declaration &decl, const CompilerType &compiler_type, in Type() 800 void TypeAndOrName::SetCompilerType(CompilerType compiler_type) { in SetCompilerType() 826 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl() 853 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType() 864 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType()
|
H A D | Variable.cpp | 474 const CompilerType &compiler_type, CompletionRequest &request) { in PrivateAutoCompleteMembers() 533 const CompilerType &compiler_type, CompletionRequest &request) { in PrivateAutoComplete() 717 CompilerType compiler_type; in AutoComplete() local
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | TaggedASTType.h | 20 TaggedASTType(const CompilerType &compiler_type) in TaggedASTType()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.cpp | 167 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local 191 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
|
H A D | ABISysV_i386.cpp | 184 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local 208 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangPersistentVariables.cpp | 41 const CompilerType &compiler_type, lldb::ByteOrder byte_order, in CreatePersistentVariable()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1348 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 1589 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
|
H A D | ABISysV_arm.cpp | 1351 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 1733 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 140 virtual bool GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize()
|
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
H A D | TypeFormat.cpp | 66 CompilerType compiler_type = value.GetCompilerType(); in FormatObject() local
|
H A D | FormatManager.cpp | 177 ValueObject &valobj, CompilerType compiler_type, in GetPossibleMatches() 463 CompilerType compiler_type(valobj.GetCompilerType()); in ShouldPrintAsOneLiner() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 71 CompilerType compiler_type(valobj.GetCompilerType()); in GetObjectDescription() local 118 CompilerType compiler_type = value.GetCompilerType(); in GetObjectDescription() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 162 CompilerType &compiler_type) { in GetPDBBuiltinTypeName() 796 lldb_private::CompilerType &compiler_type) { in CompleteTypeFromPDB() 1204 lldb_private::CompilerType &compiler_type, in CompleteTypeFromUDT()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/ |
H A D | SymbolFileSymtab.cpp | 239 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { in CompleteType()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 358 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local 386 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.h | 102 bool CompleteType(CompilerType &compiler_type) override { return false; } in CompleteType()
|