/openbsd/gnu/llvm/lldb/source/DataFormatters/ |
H A D | VectorType.cpp | 39 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeBool); in GetCompilerTypeForFormat() 46 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat() 49 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloatComplex); in GetCompilerTypeForFormat() 52 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar) in GetCompilerTypeForFormat() 56 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat() 61 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeInt); in GetCompilerTypeForFormat() 64 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeFloat); in GetCompilerTypeForFormat() 70 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeUnsignedInt); in GetCompilerTypeForFormat() 73 return type_system->GetBasicTypeFromAST(lldb::eBasicTypeChar); in GetCompilerTypeForFormat()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CxxStringTypes.cpp | 121 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharStringSummaryProvider() 181 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharSummaryProvider()
|
H A D | GenericBitset.cpp | 61 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd()
|
H A D | LibCxxVector.cpp | 180 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd()
|
H A D | LibStdcpp.cpp | 295 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | NSSet.cpp | 540 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex() 661 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex() 820 m_backend.GetCompilerType().GetBasicTypeFromAST( in GetChildAtIndex()
|
H A D | NSString.cpp | 215 CompilerType length_type = valobj.GetCompilerType().GetBasicTypeFromAST( in NSStringSummaryProvider()
|
H A D | Cocoa.cpp | 73 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeObjCID), in NSBundleSummaryProvider() 1181 .GetBasicTypeFromAST(eBasicTypeChar) in ObjCSELSummaryProvider()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 95 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in InferiorCallMmap()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | AppleGetItemInfoHandler.cpp | 173 ts->GetBasicTypeFromAST(eBasicTypeVoid) in SetupGetItemInfoFunction()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 543 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() function in CompilerType 546 return type_system_sp->GetBasicTypeFromAST(basic_type); in GetBasicTypeFromAST()
|
H A D | Type.cpp | 555 void_compiler_type = ts->GetBasicTypeFromAST(eBasicTypeVoid); in ResolveCompilerType()
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 322 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
|
H A D | TypeSystem.h | 442 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBModule.cpp | 474 return SBType(ts->GetBasicTypeFromAST(type)); in GetBasicType()
|
H A D | SBType.cpp | 367 return SBType(ts->GetBasicTypeFromAST(basic_type)); in GetBasicType()
|
H A D | SBTarget.cpp | 1795 if (auto compiler_type = type_system_sp->GetBasicTypeFromAST(type)) in GetBasicType()
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 738 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
|
H A D | TypeSystemClang.cpp | 4709 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() function in TypeSystemClang
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | StackFrame.cpp | 1375 ts->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
|
H A D | Process.cpp | 6082 ts->GetBasicTypeFromAST(eBasicTypeVoid).GetPointerType(); in CallVoidArgVoidPtrReturn()
|