Home
last modified time | relevance | path

Searched refs:BasicType (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp39 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 DRISCVVEmitter.cpp28 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 DCompilerType.h261 CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) const;
283 lldb::BasicType GetBasicTypeEnumeration() const;
285 static lldb::BasicType GetBasicTypeEnumeration(ConstString name);
H A DTypeSystem.h293 virtual lldb::BasicType
419 virtual CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h160 lldb::BasicType GetBasicType();
163 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBModule.h221 lldb::SBType GetBasicType(lldb::BasicType type);
H A DSBTarget.h782 lldb::SBType GetBasicType(lldb::BasicType type);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp357 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 DSBModule.cpp470 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 DSBTarget.cpp1917 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 DTypeSystemClang.h205 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 DTypeSystemClang.cpp865 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 DSBType.i547 lldb::BasicType
551 GetBasicType (lldb::BasicType type);
H A DSBModule.i272 GetBasicType(lldb::BasicType type);
H A DSBTarget.i455 GetBasicType(lldb::BasicType type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h71 clang::QualType GetBasicType(lldb::BasicType type);
H A DPdbUtil.h148 lldb::BasicType
H A DUdtRecordCompleter.cpp168 lldb::BasicType basic_type_enum = member_ct.GetBasicTypeEnumeration(); in visitKnownMember()
H A DPdbAstBuilder.cpp709 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
894 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
H A DPdbUtil.cpp686 lldb::BasicType
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp474 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 Dlldb-enumerations.h741 enum BasicType { enum
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1346 ->GetBasicTypeFromAST(lldb::BasicType::eBasicTypeChar) in GuessValueForAddress()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1009 BasicType section in Enumerators
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp35178 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()