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.h262 size_t GetPointerByteSize() const;
H A DTypeSystem.h223 virtual uint32_t GetPointerByteSize() = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp522 size_t CompilerType::GetPointerByteSize() const { in GetPointerByteSize() function in CompilerType
524 return type_system_sp->GetPointerByteSize(); in GetPointerByteSize()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp337 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h226 uint32_t GetPointerByteSize() override;
H A DTypeSystemClang.cpp866 uint32_t TypeSystemClang::GetPointerByteSize() { in GetPointerByteSize() function in TypeSystemClang