Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp37 eEncodingUint, 8 * type_system->GetPointerByteSize()); in GetCompilerTypeForFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h263 size_t GetPointerByteSize() const;
H A DTypeSystem.h223 virtual uint32_t GetPointerByteSize() = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp524 size_t CompilerType::GetPointerByteSize() const { in GetPointerByteSize() function in CompilerType
526 return type_system_sp->GetPointerByteSize(); in GetPointerByteSize()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp346 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h228 uint32_t GetPointerByteSize() override;
H A DTypeSystemClang.cpp886 uint32_t TypeSystemClang::GetPointerByteSize() { in GetPointerByteSize() function in TypeSystemClang