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

/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp36 eEncodingUint, 8 * type_system->GetPointerByteSize());
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h262 size_t GetPointerByteSize() const;
H A DTypeSystem.h217 virtual uint32_t GetPointerByteSize() = 0;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp501 size_t CompilerType::GetPointerByteSize() const { function in class:CompilerType
503 return type_system_sp->GetPointerByteSize();
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp337 data.SetAddressByteSize(ast_type.GetPointerByteSize());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h223 uint32_t GetPointerByteSize() override;
H A DTypeSystemClang.cpp924 uint32_t TypeSystemClang::GetPointerByteSize() { function in class:TypeSystemClang

Completed in 96 milliseconds