/llvm-project/lldb/examples/darwin/heap_find/ |
H A D | heap.py | 382 def type_flags_to_string(type_flags): argument 458 def type_flags_to_description( argument
|
/llvm-project/lldb/source/Plugins/ABI/RISCV/ |
H A D | ABISysV_riscv.cpp | 414 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 D | TypeFormat.cpp | 71 lldb_private::Flags type_flags(compiler_type.GetTypeInfo( in FormatObject() local
|
H A D | ValueObjectPrinter.cpp | 356 Flags type_flags(type.GetTypeInfo()); in IsPointerValue() local
|
/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSError.cpp | 32 Flags type_flags(valobj_type.GetTypeInfo()); in DerefToNSErrorPointer() local
|
H A D | NSException.cpp | 40 Flags type_flags(valobj_type.GetTypeInfo()); in ExtractFields() local
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | stack_logging.h |
|
/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABISysV_i386.cpp | 214 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 D | ABISysV_x86_64.cpp | 402 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
|
H A D | ABIWindows_x86_64.cpp | 411 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
|
/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABISysV_arm64.cpp | 240 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 D | ABIMacOSX_arm64.cpp | 268 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 D | ABISysV_ppc64.cpp | 516 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 D | ABISysV_ppc.cpp | 522 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
|
/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips64.cpp | 693 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 D | heap_find.cpp | 84 uint32_t type_flags; member 183 uint32_t type_flags; member
|
/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
H A D | ABISysV_s390x.cpp | 489 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
|
/llvm-project/lldb/source/Plugins/ABI/ARC/ |
H A D | ABISysV_arc.cpp | 458 const uint32_t type_flags = compiler_type.GetTypeInfo(); GetReturnValueObjectSimple() local
|
/llvm-project/lldb/source/Core/ |
H A D | ValueObject.cpp |
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2965 Flags type_flags(GetTypeInfo(type, &pointee_or_element_clang_type)); IsCStringType() local
|