Home
last modified time | relevance | path

Searched defs:compiler_type (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp53 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()
294 ValueObjectConstResult::DoCast(const CompilerType &compiler_type) { in DoCast()
H A DValueObjectConstResultImpl.cpp66 CompilerType compiler_type = m_impl_backend->GetCompilerType(); in CreateChildAtIndex() local
123 CompilerType compiler_type = m_impl_backend->GetCompilerType(); in CreateSyntheticArrayMember() local
178 CompilerType compiler_type(m_impl_backend->GetCompilerType()); in AddressOf() local
200 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { in Cast()
H A DValueObjectConstResultChild.cpp25 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectConstResultChild()
66 ValueObjectConstResultChild::DoCast(const CompilerType &compiler_type) { in DoCast()
H A DValueObjectConstResultCast.cpp54 ValueObjectConstResultCast::DoCast(const CompilerType &compiler_type) { in DoCast()
H A DValueObjectCast.cpp71 CompilerType compiler_type(GetCompilerType()); in UpdateValue() local
H A DValue.cpp266 SetCompilerType(const CompilerType & compiler_type) SetCompilerType() argument
576 const CompilerType &compiler_type = GetCompilerType(); ResolveValue() local
H A DValueObjectChild.cpp30 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectChild()
H A DValueObject.cpp247 CompilerType compiler_type(GetCompilerTypeImpl()); in MaybeCalculateCompleteType() local
874 CompilerType compiler_type = GetCompilerType(); in ReadPointedString() local
2815 CompilerType compiler_type = GetCompilerType(); in Dereference() local
2913 CompilerType compiler_type = GetCompilerType(); in AddressOf() local
2937 ValueObjectSP ValueObject::DoCast(const CompilerType &compiler_type) { in DoCast()
2941 ValueObjectSP ValueObject::Cast(const CompilerType &compiler_type) { in Cast()
2980 CompilerType &compiler_type) { in CastPointerType()
3628 if (auto compiler_type = in CreateValueObjectFromBool() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTaggedASTType.h20 TaggedASTType(const CompilerType &compiler_type) in TaggedASTType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp271 const Declaration &decl, const CompilerType &compiler_type, in Type()
898 void TypeAndOrName::SetCompilerType(CompilerType compiler_type) { in SetCompilerType()
924 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl()
951 void TypeImpl::SetType(const CompilerType &compiler_type) { in SetType()
962 void TypeImpl::SetType(const CompilerType &compiler_type, in SetType()
H A DVariable.cpp475 const CompilerType &compiler_type, CompletionRequest &request) { in PrivateAutoCompleteMembers()
536 const CompilerType &compiler_type, CompletionRequest &request) { in PrivateAutoComplete()
722 CompilerType compiler_type; in AutoComplete() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp167 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local
191 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
H A DABISysV_i386.cpp184 CompilerType compiler_type(value->GetCompilerType()); in GetArgumentValues() local
208 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp42 const CompilerType &compiler_type, lldb::ByteOrder byte_order, in CreatePersistentVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.h91 bool CompleteType(CompilerType &compiler_type) override { return false; } in CompleteType() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp343 CompilerType compiler_type = m_ast->GetBasicType(basic_type); in CreateInteger() local
383 CompilerType compiler_type; in CreateModifier() local
448 CompilerType compiler_type = m_ast->CreateArrayType( in CreateArray() local
516 bool SymbolFileCTF::CompleteType(CompilerType &compiler_type) { in CompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1452 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
1693 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
H A DABISysV_arm.cpp1456 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
1838 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h174 GetTypeBitSize(const CompilerType &compiler_type) { in GetTypeBitSize()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp66 CompilerType compiler_type = value.GetCompilerType(); in FormatObject() local
H A DFormatManager.cpp175 ValueObject &valobj, CompilerType compiler_type, in GetPossibleMatches()
475 CompilerType compiler_type(valobj.GetCompilerType()); in ShouldPrintAsOneLiner() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h57 void SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp73 CompilerType compiler_type(valobj.GetCompilerType()); in GetObjectDescription() local
122 CompilerType compiler_type = value.GetCompilerType(); in GetObjectDescription() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp239 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { in CompleteType() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp162 CompilerType &compiler_type) { in GetPDBBuiltinTypeName()
794 lldb_private::CompilerType &compiler_type) { in CompleteTypeFromPDB()
1202 lldb_private::CompilerType &compiler_type, in CompleteTypeFromUDT()

123