Home
last modified time | relevance | path

Searched refs:GetPointerByteSize (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp33 eEncodingUint, 8 * type_system->GetPointerByteSize()); in GetCompilerTypeForFormat()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp271 size_t CompilerType::GetPointerByteSize() const { in GetPointerByteSize() function in CompilerType
273 return m_type_system->GetPointerByteSize(); in GetPointerByteSize()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h157 size_t GetPointerByteSize() const;
H A DTypeSystem.h201 virtual uint32_t GetPointerByteSize() = 0;
/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp320 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h221 uint32_t GetPointerByteSize() override;
H A DTypeSystemClang.cpp921 uint32_t TypeSystemClang::GetPointerByteSize() { in GetPointerByteSize() function in TypeSystemClang