Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
297 ValueObjectConstResult::Cast(const CompilerType &compiler_type) { in Cast()
H A DValueObjectConstResultImpl.cpp68 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 DValueObjectConstResultChild.cpp25 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectConstResultChild()
72 ValueObjectConstResultChild::Cast(const CompilerType &compiler_type) { in Cast()
H A DValueObjectCast.cpp69 CompilerType compiler_type(GetCompilerType()); in UpdateValue() local
H A DValueObjectConstResultCast.cpp60 ValueObjectConstResultCast::Cast(const CompilerType &compiler_type) { in Cast()
H A DValue.cpp252 void Value::SetCompilerType(const CompilerType &compiler_type) { in SetCompilerType()
562 const CompilerType &compiler_type = GetCompilerType(); in ResolveValue() local
H A DValueObjectChild.cpp30 ValueObject &parent, const CompilerType &compiler_type, in ValueObjectChild()
H A DValueObject.cpp248 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 DValueObjectVariable.cpp168 CompilerType compiler_type = GetCompilerType(); in UpdateValue() local
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp147 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 DVariable.cpp474 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 DTaggedASTType.h20 TaggedASTType(const CompilerType &compiler_type) in TaggedASTType()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp41 const CompilerType &compiler_type, lldb::ByteOrder byte_order, in CreatePersistentVariable()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1348 CompilerType compiler_type = value->GetCompilerType(); in GetArgumentValues() local
1589 CompilerType compiler_type = new_value_sp->GetCompilerType(); in SetReturnValueObject() local
H A DABISysV_arm.cpp1351 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 DLanguageRuntime.h140 virtual bool GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeFormat.cpp66 CompilerType compiler_type = value.GetCompilerType(); in FormatObject() local
H A DFormatManager.cpp177 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 DAppleObjCRuntime.cpp71 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 DPDBASTParser.cpp162 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 DSymbolFileSymtab.cpp239 bool SymbolFileSymtab::CompleteType(lldb_private::CompilerType &compiler_type) { in CompleteType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp358 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 DSymbolFileBreakpad.h102 bool CompleteType(CompilerType &compiler_type) override { return false; } in CompleteType()

12