Home
last modified time | relevance | path

Searched defs:type_flags (Results 1 – 20 of 20) sorted by relevance

/llvm-project/lldb/examples/darwin/heap_find/
H A Dheap.py382 def type_flags_to_string(type_flags): argument
458 def type_flags_to_description( argument
/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp414 GetValObjFromIntRegs(Thread & thread,const RegisterContextSP & reg_ctx,llvm::Triple::ArchType machine,uint32_t type_flags,uint32_t byte_size) GetValObjFromIntRegs() argument
488 GetValObjFromFPRegs(Thread & thread,const RegisterContextSP & reg_ctx,llvm::Triple::ArchType machine,uint32_t arch_fp_flags,uint32_t type_flags,uint32_t byte_size) GetValObjFromFPRegs() argument
544 const uint32_t type_flags = compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
592 uint32_t type_flags = 0; GetReturnValueObjectImpl() local
[all...]
/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp71 lldb_private::Flags type_flags(compiler_type.GetTypeInfo( in FormatObject() local
H A DValueObjectPrinter.cpp356 Flags type_flags(type.GetTypeInfo()); in IsPointerValue() local
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp32 Flags type_flags(valobj_type.GetTypeInfo()); in DerefToNSErrorPointer() local
H A DNSException.cpp40 Flags type_flags(valobj_type.GetTypeInfo()); in ExtractFields() local
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A Dstack_logging.h
/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp214 const uint32_t type_flags = compiler_type.GetTypeInfo(); in SetReturnValueObject() local
366 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
[all...]
H A DABISysV_x86_64.cpp402 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
H A DABIWindows_x86_64.cpp411 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp240 const uint32_t type_flags = return_value_type.GetTypeInfo(nullptr); SetReturnValueObject() local
616 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr); GetReturnValueObjectImpl() local
[all...]
H A DABIMacOSX_arm64.cpp268 const uint32_t type_flags = return_value_type.GetTypeInfo(nullptr); in SetReturnValueObject() local
646 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr); GetReturnValueObjectImpl() local
[all...]
/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp516 const uint32_t type_flags = m_type.GetTypeInfo(); GetValue() local
593 uint32_t type_flags = m_type.GetTypeInfo(); GetIntegerValue() local
783 uint32_t type_flags = elem_type.GetTypeInfo(); GetStructValueObject() local
[all...]
H A DABISysV_ppc.cpp522 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp693 const uint32_t type_flags = compiler_type.GetTypeInfo(nullptr); SetReturnValueObject() local
760 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr); GetReturnValueObjectImpl() local
[all...]
/llvm-project/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp84 uint32_t type_flags; member
183 uint32_t type_flags; member
/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp489 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp458 const uint32_t type_flags = compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
/llvm-project/lldb/source/Core/
H A DValueObject.cpp
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2965 Flags type_flags(GetTypeInfo(type, &pointee_or_element_clang_type)); IsCStringType() local