Searched refs:return_clang_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp623 ClangASTType &return_clang_type) const
628 if (!return_clang_type)
632 value.SetClangType (return_clang_type);
638 const uint32_t type_flags = return_clang_type.GetTypeInfo ();
648 const size_t byte_size = return_clang_type.GetByteSize();
697 const size_t byte_size = return_clang_type.GetByteSize();
745 const size_t byte_size = return_clang_type.GetByteSize();
780 return_clang_type,
795 ABISysV_x86_64::GetReturnValueObjectImpl (Thread &thread, ClangASTType &return_clang_type) const
799 if (!return_clang_type)
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOut.cpp467 ClangASTType return_clang_type = m_immediate_step_from_function->GetClangType().GetFunctionReturnType(); local
468 if (return_clang_type)
472 m_return_valobj_sp = abi_sp->GetReturnValueObject(m_thread, return_clang_type);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp227 ClangASTType return_clang_type (m_opaque_sp->GetClangASTType(true).GetFunctionReturnType());
228 if (return_clang_type.IsValid())
229 return SBType(return_clang_type);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp6560 ClangASTType return_clang_type; local
6567 return_clang_type = func_type->GetClangForwardType();
6569 return_clang_type = ast.GetBasicType(eBasicTypeVoid);
6606 clang_type = ast.CreateFunctionType (return_clang_type,

Completed in 162 milliseconds