Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp33 eEncodingUint, 8 * type_system->GetPointerByteSize()); in GetCompilerTypeForFormat()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h157 size_t GetPointerByteSize() const;
H A DTypeSystem.h202 virtual uint32_t GetPointerByteSize() = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp323 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h219 uint32_t GetPointerByteSize() override;
H A DTypeSystemClang.cpp931 uint32_t TypeSystemClang::GetPointerByteSize() { in GetPointerByteSize() function in TypeSystemClang