Home
last modified time | relevance | path

Searched refs:HasType (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h40 bool HasType; member
46 IsMappingSymbol(false), IsXCOFF(true), HasType(false) {}
50 IsXCOFF(IsXCOFF), HasType(true) {} in Addr()
55 assert((P1.IsXCOFF == P2.IsXCOFF && P1.HasType == P2.HasType) &&
59 if (P1.IsXCOFF && P1.HasType)
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp43 if (m_dynamic_type_info.HasType()) in GetCompilerTypeImpl()
80 if (m_dynamic_type_info.HasType()) in GetDisplayTypeName()
91 if (success && m_dynamic_type_info.HasType()) { in CalculateNumChildren()
103 if (success && m_dynamic_type_info.HasType()) { in GetByteSize()
192 if (class_type_or_name.HasType()) { in UpdateValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h75 HasType, enumerator
148 PROPERTY(Property, HasType);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h103 void EmitKCFITypePadding(const MachineFunction &MF, bool HasType = true);
H A DX86AsmPrinter.cpp134 bool HasType) { in EmitKCFITypePadding() argument
146 if (HasType) in EmitKCFITypePadding()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp286 bool HasType = false; in collectStatsForDie() local
325 HasType = true; in collectStatsForDie()
458 if (HasType) in collectStatsForDie()
466 if (HasType) in collectStatsForDie()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp141 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp290 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h775 bool HasType() const { return HasCompilerType(); } in HasType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp373 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2349 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local
2356 B.addTypeAttr(Kind, HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()