Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp36 eEncodingUint, 8 * type_system->GetPointerByteSize()); in GetCompilerTypeForFormat()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp316 size_t CompilerType::GetPointerByteSize() const { in GetPointerByteSize() function in CompilerType
318 return type_system_sp->GetPointerByteSize(); in GetPointerByteSize()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h213 size_t GetPointerByteSize() const;
H A DTypeSystem.h212 virtual uint32_t GetPointerByteSize() = 0;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValue.cpp321 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h222 uint32_t GetPointerByteSize() override;
H A DTypeSystemClang.cpp924 uint32_t TypeSystemClang::GetPointerByteSize() { in GetPointerByteSize() function in TypeSystemClang