Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp333 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
342 data.SetAddressByteSize(ast_type.GetPointerByteSize()); in GetValueAsData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp33 eEncodingUint, 8 * type_system->GetPointerByteSize()); in GetCompilerTypeForFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h159 size_t GetPointerByteSize() const;
H A DTypeSystem.h205 virtual uint32_t GetPointerByteSize() = 0;
H A DClangASTContext.h194 uint32_t GetPointerByteSize() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp289 size_t CompilerType::GetPointerByteSize() const { in GetPointerByteSize() function in CompilerType
291 return m_type_system->GetPointerByteSize(); in GetPointerByteSize()
H A DClangASTContext.cpp1144 uint32_t ClangASTContext::GetPointerByteSize() { in GetPointerByteSize() function in ClangASTContext