/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | GenericBitset.cpp | 114 std::optional<uint64_t> bit_size = in GetChildAtIndex() local 126 std::optional<uint64_t> bit_size = in GetChildAtIndex() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 256 uint64_t bit_size = 0; global() member 287 size_t bit_size = 0; global() member
|
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleter.cpp | 350 uint64_t bit_size = 0; in AddMember() local 494 int64_t bit_size = field->bit_size; ConstructRecord() local [all...] |
H A D | UdtRecordCompleter.h | 86 uint64_t bit_size; member
|
/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.cpp | 168 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() local
|
H A D | ABISysV_i386.cpp | 185 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() local
|
H A D | ABISysV_x86_64.cpp | 271 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); GetArgumentValues() local
|
H A D | ABIWindows_x86_64.cpp | 278 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() local
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestClangASTImporter.cpp | 264 uint64_t bit_size; TEST_F() local
|
H A D | TestTypeSystemClang.cpp | 173 VerifyEncodingAndBitSize(TypeSystemClang & clang_context,lldb::Encoding encoding,unsigned int bit_size) VerifyEncodingAndBitSize() argument
|
/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABIMacOSX_arm.cpp | 1456 bit_width = *bit_size; in GetArgumentValues() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.h | 72 uint64_t bit_size = 0; member
|
H A D | IRForTarget.cpp | 304 std::optional<uint64_t> bit_size = m_result_type.GetBitSize(target_sp.get()); CreateResultVariable() local
|
H A D | ClangASTImporter.cpp | 754 LayoutRecordType(const clang::RecordDecl * record_decl,uint64_t & bit_size,uint64_t & alignment,llvm::DenseMap<const clang::FieldDecl *,uint64_t> & field_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & base_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & vbase_offsets) LayoutRecordType() argument
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 833 if (std::optional<uint64_t> bit_size = GetBitSize(type, exe_scope)) GetByteSize() local
|
H A D | TypeSystemClang.cpp | 738 QualTypeMatchesBitSize(const uint64_t bit_size,ASTContext & ast,QualType qual_type) QualTypeMatchesBitSize() argument 746 GetBuiltinTypeForEncodingAndBitSize(Encoding encoding,size_t bit_size) GetBuiltinTypeForEncodingAndBitSize() argument 887 GetBuiltinTypeForDWARFEncodingAndBitSize(llvm::StringRef type_name,uint32_t dw_ate,uint32_t bit_size) GetBuiltinTypeForDWARFEncodingAndBitSize() argument 2331 GetIntTypeFromBitSize(size_t bit_size,bool is_signed) GetIntTypeFromBitSize() argument 4714 const size_t bit_size = byte_size * 8; GetFloatTypeSemantics() local 4749 if (std::optional<uint64_t> bit_size = GetBitSize() local 9088 LayoutRecordType(const clang::RecordDecl * record_decl,uint64_t & bit_size,uint64_t & alignment,llvm::DenseMap<const clang::FieldDecl *,uint64_t> & field_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & base_offsets,llvm::DenseMap<const clang::CXXRecordDecl *,clang::CharUnits> & vbase_offsets) LayoutRecordType() argument [all...] |
/llvm-project/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 1892 uint32_t bit_size = piece_byte_size * 8; Evaluate() local 2088 uint64_t bit_size; Evaluate() local [all...] |
/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABISysV_arm64.cpp | 150 std::optional<uint64_t> bit_size = value_type.GetBitSize(&thread); GetArgumentValues() local
|
H A D | ABIMacOSX_arm64.cpp | 145 std::optional<uint64_t> bit_size = value_type.GetBitSize(&thread); in GetArgumentValues() local
|
/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 359 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() local
|
/llvm-project/lldb/source/Utility/ |
H A D | Scalar.cpp | 797 if (bit_size == 0) in ExtractBitfield() argument
|
/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 398 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() local
|
H A D | ABISysV_ppc64.cpp | 275 std::optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread); in GetArgumentValues() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 1272 auto bit_size = member->getLength(); in AddRecordMembers() local
|
/llvm-project/lldb/examples/python/ |
H A D | gdbremote.py | 381 def bit_size(self): member in RegisterInfo
|