| /freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | RustDemangle.cpp | 39 enum class BasicType { enum 500 case BasicType::I8: in printBasicType() 503 case BasicType::I16: in printBasicType() 506 case BasicType::I32: in printBasicType() 509 case BasicType::I64: in printBasicType() 518 case BasicType::U8: in printBasicType() 521 case BasicType::U16: in printBasicType() 524 case BasicType::U32: in printBasicType() 527 case BasicType::U64: in printBasicType() 581 BasicType Type; in demangleType() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 28 using BasicType = char; typedef 58 BasicType BT; 76 RVVType() : RVVType(BasicType(), 0, StringRef()) {} in RVVType() 77 RVVType(BasicType BT, int Log2LMUL, StringRef prototype); 238 Optional<RVVTypes> computeTypes(BasicType BT, int Log2LMUL, unsigned NF, 240 Optional<RVVTypePtr> computeType(BasicType BT, int Log2LMUL, StringRef Proto); 307 RVVType::RVVType(BasicType BT, int Log2LMUL, StringRef prototype) in RVVType() 1179 RVVEmitter::computeTypes(BasicType BT, int Log2LMUL, unsigned NF, in computeTypes() 1196 Optional<RVVTypePtr> RVVEmitter::computeType(BasicType BT, int Log2LMUL, in computeType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 261 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const; 283 lldb::BasicType GetBasicTypeEnumeration() const; 285 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
|
| H A D | TypeSystem.h | 293 virtual lldb::BasicType 419 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 160 lldb::BasicType GetBasicType(); 163 lldb::SBType GetBasicType(lldb::BasicType type);
|
| H A D | SBModule.h | 221 lldb::SBType GetBasicType(lldb::BasicType type);
|
| H A D | SBTarget.h | 782 lldb::SBType GetBasicType(lldb::BasicType type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 357 lldb::BasicType SBType::GetBasicType() { in GetBasicType() 358 LLDB_RECORD_METHOD_NO_ARGS(lldb::BasicType, SBType, GetBasicType); in GetBasicType() 365 SBType SBType::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() 366 LLDB_RECORD_METHOD(lldb::SBType, SBType, GetBasicType, (lldb::BasicType), in GetBasicType() 966 LLDB_REGISTER_METHOD(lldb::BasicType, SBType, GetBasicType, ()); in RegisterMethods() 967 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetBasicType, (lldb::BasicType)); in RegisterMethods()
|
| H A D | SBModule.cpp | 470 lldb::SBType SBModule::GetBasicType(lldb::BasicType type) { in GetBasicType() 471 LLDB_RECORD_METHOD(lldb::SBType, SBModule, GetBasicType, (lldb::BasicType), in GetBasicType() 753 LLDB_REGISTER_METHOD(lldb::SBType, SBModule, GetBasicType, (lldb::BasicType)); in RegisterMethods()
|
| H A D | SBTarget.cpp | 1917 SBType SBTarget::GetBasicType(lldb::BasicType type) { in GetBasicType() 1918 LLDB_RECORD_METHOD(lldb::SBType, SBTarget, GetBasicType, (lldb::BasicType), in GetBasicType() 2700 (lldb::BasicType)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 205 CompilerType GetBasicType(lldb::BasicType type); 207 static lldb::BasicType GetBasicTypeEnumeration(ConstString name); 729 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override; 761 lldb::BasicType 764 static lldb::BasicType 1024 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
|
| H A D | TypeSystemClang.cpp | 865 lldb::BasicType 868 typedef UniqueCStringMap<lldb::BasicType> TypeNameToBasicTypeMap; in GetBasicTypeEnumeration() 940 CompilerType TypeSystemClang::GetBasicType(lldb::BasicType basic_type) { in GetBasicType() 2005 lldb::BasicType basic_type) { in GetOpaqueCompilerType() 4628 CompilerType TypeSystemClang::GetBasicTypeFromAST(lldb::BasicType basic_type) { in GetBasicTypeFromAST() 5437 lldb::BasicType
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBType.i | 547 lldb::BasicType 551 GetBasicType (lldb::BasicType type);
|
| H A D | SBModule.i | 272 GetBasicType(lldb::BasicType type);
|
| H A D | SBTarget.i | 455 GetBasicType(lldb::BasicType type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.h | 71 clang::QualType GetBasicType(lldb::BasicType type);
|
| H A D | PdbUtil.h | 148 lldb::BasicType
|
| H A D | UdtRecordCompleter.cpp | 168 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
|
| H A D | PdbAstBuilder.cpp | 709 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType() 894 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
|
| H A D | PdbUtil.cpp | 686 lldb::BasicType
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 474 CompilerType::GetBasicTypeFromAST(lldb::BasicType basic_type) const { in GetBasicTypeFromAST() 523 lldb::BasicType CompilerType::GetBasicTypeEnumeration() const { in GetBasicTypeEnumeration()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 741 enum BasicType { enum
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1346 ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 1009 BasicType section in Enumerators
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 35178 lldb::BasicType arg2 ; in _wrap_SBModule_GetBasicType() 35189 arg2 = (lldb::BasicType)(int)lua_tonumber(L, 2); in _wrap_SBModule_GetBasicType() 48652 lldb::BasicType arg2 ; in _wrap_SBTarget_GetBasicType() 48663 arg2 = (lldb::BasicType)(int)lua_tonumber(L, 2); in _wrap_SBTarget_GetBasicType() 59082 lldb::BasicType result; in _wrap_SBType_GetBasicType__SWIG_0() 59091 result = (lldb::BasicType)(arg1)->GetBasicType(); in _wrap_SBType_GetBasicType__SWIG_0() 59106 lldb::BasicType arg2 ; in _wrap_SBType_GetBasicType__SWIG_1() 59117 arg2 = (lldb::BasicType)(int)lua_tonumber(L, 2); in _wrap_SBType_GetBasicType__SWIG_1()
|