reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Value.h
  134   const CompilerType &GetCompilerType();

References

tools/lldb/source/Core/Value.cpp
  226     if (llvm::Optional<uint64_t> size = GetCompilerType().GetByteSize(scope)) {
  282     const CompilerType &ast_type = GetCompilerType();
  324   const CompilerType &ast_type = GetCompilerType();
  585   const CompilerType &compiler_type = GetCompilerType();
tools/lldb/source/Core/ValueObject.cpp
 1176             my_format = GetValue().GetCompilerType().GetFormat();
tools/lldb/source/Core/ValueObjectConstResult.cpp
  191   return m_value.GetCompilerType();
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
   47       return m_value.GetCompilerType();
tools/lldb/source/DataFormatters/TypeFormat.cpp
   66       CompilerType compiler_type = value.GetCompilerType();
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  209     m_is_instance_ptr = (m_valobj->GetValue().GetCompilerType().GetTypeInfo() &
tools/lldb/source/Expression/FunctionCaller.cpp
  196         arg_value->GetCompilerType().IsPointerType())
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1467     CompilerType compiler_type = value->GetCompilerType();
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1762     CompilerType value_type = value->GetCompilerType();
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
  824     CompilerType compiler_type(value->GetCompilerType());
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1468     CompilerType compiler_type = value->GetCompilerType();
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1764     CompilerType value_type = value->GetCompilerType();
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  308     CompilerType compiler_type(value->GetCompilerType());
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  394     CompilerType compiler_type = value->GetCompilerType();
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  270     CompilerType compiler_type = value->GetCompilerType();
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  370     CompilerType compiler_type = value->GetCompilerType();
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  420     CompilerType compiler_type = value->GetCompilerType();
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1253     CompilerType compiler_type = value->GetCompilerType();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
  133           m_arg_values.GetValueAtIndex(i)->GetCompilerType();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  106   CompilerType compiler_type = value.GetCompilerType();