Home
last modified time | relevance | path

Searched refs:ast_type (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Core/
DValue.cpp198 const ClangASTType &ast_type = GetClangType(); in GetValueByteSize() local
199 if (ast_type.IsValid()) in GetValueByteSize()
200 byte_size = ast_type.GetByteSize(); in GetValueByteSize()
278 const ClangASTType &ast_type = GetClangType(); in GetValueDefaultFormat() local
279 if (ast_type.IsValid()) in GetValueDefaultFormat()
280 return ast_type.GetFormat(); in GetValueDefaultFormat()
330 const ClangASTType &ast_type = GetClangType(); in GetValueAsData() local
334 if (ast_type.IsValid()) in GetValueAsData()
335 data.SetAddressByteSize (ast_type.GetPointerByteSize()); in GetValueAsData()
343 if (ast_type.IsValid()) in GetValueAsData()
[all …]
DValueObjectMemory.cpp49 const ClangASTType &ast_type) in Create() argument
51 return (new ValueObjectMemory (exe_scope, name, address, ast_type))->GetSP(); in Create()
93 const ClangASTType &ast_type) : in ValueObjectMemory() argument
97 m_clang_type(ast_type) in ValueObjectMemory()
/external/lldb/source/Target/
DABI.cpp108 ClangASTType &ast_type, in GetReturnValueObject() argument
111 if (!ast_type.IsValid()) in GetReturnValueObject()
116 return_valobj_sp = GetReturnValueObjectImpl(thread, ast_type); in GetReturnValueObject()
/external/lldb/include/lldb/Core/
DValueObjectMemory.h39 const ClangASTType &ast_type);
82 const ClangASTType &ast_type);
DValueObject.h915 ClangASTType &ast_type);
/external/lldb/source/Plugins/ABI/MacOSX-i386/
DABIMacOSX_i386.h60 lldb_private::ClangASTType &ast_type) const;
/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.h54 lldb_private::ClangASTType &ast_type) const;
/external/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.h50 lldb_private::ClangASTType &ast_type) const;
/external/mesa3d/src/glsl/
DMakefile.sources25 $(GLSL_SRCDIR)/ast_type.cpp \
/external/lldb/include/lldb/DataFormatters/
DFormatNavigator.h291 ClangASTType ast_type(valobj.GetClangType());
292 bool ret = Get(valobj, ast_type, entry, use_dynamic, value);