Searched refs:compiler_type (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTaggedASTType.h20 TaggedASTType(const CompilerType &compiler_type) argument
21 : CompilerType(compiler_type) {}
H A DType.h236 TypeImpl(const CompilerType &compiler_type);
240 TypeImpl(const CompilerType &compiler_type, const CompilerType &dynamic);
244 void SetType(const CompilerType &compiler_type);
248 void SetType(const CompilerType &compiler_type, const CompilerType &dynamic);
383 TypeAndOrName(const CompilerType &compiler_type);
401 void SetCompilerType(CompilerType compiler_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultChild.cpp25 ValueObject &parent, const CompilerType &compiler_type,
30 : ValueObjectChild(parent, compiler_type, name, byte_size, byte_offset,
72 ValueObjectConstResultChild::Cast(const CompilerType &compiler_type) { argument
73 return m_impl.Cast(compiler_type);
24 ValueObjectConstResultChild( ValueObject &parent, const CompilerType &compiler_type, ConstString name, uint32_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, lldb::addr_t live_address, uint64_t language_flags) argument
H A DValueObjectConstResult.cpp51 const CompilerType &compiler_type,
55 return (new ValueObjectConstResult(exe_scope, compiler_type, name, data,
61 ExecutionContextScope *exe_scope, const CompilerType &compiler_type,
75 m_value.SetCompilerType(compiler_type);
83 const CompilerType &compiler_type,
89 return (new ValueObjectConstResult(exe_scope, compiler_type, name, data_sp,
102 ExecutionContextScope *exe_scope, const CompilerType &compiler_type,
113 // m_value.SetContext(Value::eContextTypeClangType, compiler_type);
114 m_value.SetCompilerType(compiler_type);
122 const CompilerType &compiler_type,
50 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, const DataExtractor &data, lldb::addr_t address) argument
60 ValueObjectConstResult( ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, const DataExtractor &data, lldb::addr_t address) argument
82 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
101 ValueObjectConstResult( ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
121 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
132 ValueObjectConstResult( ExecutionContextScope *exe_scope, const CompilerType &compiler_type, ConstString name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
288 Cast(const CompilerType &compiler_type) argument
[all...]
H A DValueObjectConstResultImpl.cpp69 CompilerType compiler_type = m_impl_backend->GetCompilerType(); local
74 child_compiler_type = compiler_type.GetChildCompilerTypeAtIndex(
123 CompilerType compiler_type(m_impl_backend->GetCompilerType());
132 exe_ctx.GetBestExecutionContextScope(), compiler_type.GetPointerType(),
145 ValueObjectConstResultImpl::Cast(const CompilerType &compiler_type) { argument
151 compiler_type, m_live_address);
H A DValueObjectConstResultCast.cpp60 ValueObjectConstResultCast::Cast(const CompilerType &compiler_type) { argument
61 return m_impl.Cast(compiler_type);
H A DValueObjectCast.cpp70 CompilerType compiler_type(GetCompilerType());
71 // m_value.SetContext (Value::eContextTypeClangType, compiler_type);
72 m_value.SetCompilerType(compiler_type);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResult.h42 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type,
47 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type,
53 Create(ExecutionContextScope *exe_scope, const CompilerType &compiler_type,
108 lldb::ValueObjectSP Cast(const CompilerType &compiler_type) override;
128 const CompilerType &compiler_type,
133 const CompilerType &compiler_type,
140 const CompilerType &compiler_type,
H A DValueObjectConstResultChild.h32 const CompilerType &compiler_type,
63 lldb::ValueObjectSP Cast(const CompilerType &compiler_type) override;
H A DValueObjectChild.h83 ValueObjectChild(ValueObject &parent, const CompilerType &compiler_type,
H A DValueObjectConstResultCast.h54 lldb::ValueObjectSP Cast(const CompilerType &compiler_type) override;
H A DValueObjectConstResultImpl.h53 lldb::ValueObjectSP Cast(const CompilerType &compiler_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp488 const CompilerType &compiler_type, CompletionRequest &request);
495 const CompilerType &compiler_type, CompletionRequest &request) {
498 const uint32_t num_bases = compiler_type.GetNumDirectBaseClasses();
503 compiler_type.GetDirectBaseClassAtIndex(i, nullptr);
511 const uint32_t num_vbases = compiler_type.GetNumVirtualBaseClasses();
516 compiler_type.GetVirtualBaseClassAtIndex(i, nullptr);
525 const uint32_t num_fields = compiler_type.GetNumFields();
531 CompilerType member_compiler_type = compiler_type.GetFieldAtIndex(
554 const CompilerType &compiler_type, CompletionRequest &request) {
559 const lldb::TypeClass type_class = compiler_type
490 PrivateAutoCompleteMembers( StackFrame *frame, const std::string &partial_member_name, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request) argument
550 PrivateAutoComplete( StackFrame *frame, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request) argument
737 CompilerType compiler_type; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParser.h39 lldb_private::CompilerType &compiler_type) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp35 const CompilerType &compiler_type, lldb::ByteOrder byte_order,
38 exe_scope, name, compiler_type, byte_order, addr_byte_size));
33 CreatePersistentVariable( ExecutionContextScope *exe_scope, ConstString name, const CompilerType &compiler_type, lldb::ByteOrder byte_order, uint32_t addr_byte_size) argument
H A DClangPersistentVariables.h44 const CompilerType &compiler_type, lldb::ByteOrder byte_order,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp824 CompilerType compiler_type(value->GetCompilerType());
825 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
828 if (compiler_type.IsIntegerOrEnumerationType(is_signed))
831 else if (compiler_type.IsPointerType())
848 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
849 if (!compiler_type) {
863 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
864 compiler_type.IsPointerType()) {
898 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
916 CompilerType &compiler_type) cons
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp177 ValueObject &valobj, CompilerType compiler_type, uint32_t reason,
181 compiler_type = compiler_type.GetTypeForFormatters();
182 ConstString type_name(compiler_type.GetConstTypeName());
192 if (!compiler_type.IsMeaninglessWithoutDynamicResolution()) {
196 ConstString display_type_name(compiler_type.GetDisplayTypeName());
203 j && compiler_type.IsReferenceType(nullptr, &is_rvalue_ref); j = false) {
204 CompilerType non_ref_type = compiler_type.GetNonReferenceType();
223 if (compiler_type.IsPointerType()) {
224 CompilerType non_ptr_type = compiler_type
176 GetPossibleMatches( ValueObject &valobj, CompilerType compiler_type, uint32_t reason, lldb::DynamicValueType use_dynamic, FormattersMatchVector &entries, bool did_strip_ptr, bool did_strip_ref, bool did_strip_typedef, bool root_level) argument
[all...]
H A DTypeFormat.cpp66 CompilerType compiler_type = value.GetCompilerType(); local
67 if (compiler_type) {
71 lldb_private::Flags type_flags(compiler_type.GetTypeInfo(
98 llvm::Optional<uint64_t> size = compiler_type.GetByteSize(exe_scope);
102 compiler_type.DumpTypeValue(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1468 CompilerType compiler_type = value->GetCompilerType();
1469 if (compiler_type) {
1472 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
1473 compiler_type.IsPointerOrReferenceType()) {
1474 if (llvm::Optional<uint64_t> size = compiler_type.GetBitSize(&thread))
1554 Thread &thread, lldb_private::CompilerType &compiler_type) const {
1558 if (!compiler_type)
1562 // compiler_type.GetOpaqueQualType());
1563 value.SetCompilerType(compiler_type);
1581 llvm::Optional<uint64_t> bit_width = compiler_type
1851 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp317 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
318 if (!compiler_type) {
326 if (!compiler_type.IsIntegerOrEnumerationType(is_signed) &&
327 !compiler_type.IsPointerType()) {
445 CompilerType &compiler_type) const {
446 if (!compiler_type)
454 value.SetCompilerType(compiler_type);
456 const uint32_t type_flags = compiler_type.GetTypeInfo();
459 const size_t byte_size = compiler_type.GetByteSize(nullptr).getValueOr(0);
481 if (compiler_type
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp370 CompilerType compiler_type = value->GetCompilerType();
371 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
376 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
380 } else if (compiler_type.IsPointerType()) {
398 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
399 if (!compiler_type) {
413 if (compiler_type.IsIntegerOrEnumerationType(is_signed) ||
414 compiler_type.IsPointerType()) {
436 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
442 compiler_type
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp406 CompilerType compiler_type(match->GetFullCompilerType());
407 compiler_type = AdjustForInclusion(compiler_type);
408 if (!compiler_type)
411 new Result(compiler_type));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp152 CompilerType &compiler_type) {
180 return compiler_type.GetTypeName();
767 lldb_private::CompilerType &compiler_type) {
768 if (GetClangASTImporter().CanImport(compiler_type))
769 return GetClangASTImporter().CompleteType(compiler_type);
774 m_ast.GetAsCXXRecordDecl(compiler_type.GetOpaqueQualType());
790 ClangASTContext::SetHasExternalStorage(compiler_type.GetOpaqueQualType(),
799 return CompleteTypeFromUDT(*symbol_file, compiler_type, *udt);
1168 lldb_private::CompilerType &compiler_type,
1180 AddRecordBases(symbol_file, compiler_type,
151 GetPDBBuiltinTypeName(const PDBSymbolTypeBuiltin &pdb_type, CompilerType &compiler_type) argument
766 CompleteTypeFromPDB( lldb_private::CompilerType &compiler_type) argument
1166 CompleteTypeFromUDT( lldb_private::SymbolFile &symbol_file, lldb_private::CompilerType &compiler_type, llvm::pdb::PDBSymbolTypeUDT &udt) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1467 CompilerType compiler_type = value->GetCompilerType();
1468 if (compiler_type) {
1471 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
1474 if (compiler_type.IsIntegerOrEnumerationType(is_signed))
1476 else if (compiler_type.IsPointerOrReferenceType())
1557 Thread &thread, lldb_private::CompilerType &compiler_type) const {
1561 if (!compiler_type)
1564 value.SetCompilerType(compiler_type);
1576 if (compiler_type.IsIntegerOrEnumerationType(is_signed)) {
1577 llvm::Optional<uint64_t> bit_width = compiler_type
1708 CompilerType compiler_type = new_value_sp->GetCompilerType(); local
[all...]

Completed in 297 milliseconds

123