Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h37 bool HasType; member
44 IsXCOFF(true), HasType(false) {}
47 : Addr(Addr), Name(Name), Type(Type), IsXCOFF(IsXCOFF), HasType(true) {} in Addr()
52 assert((P1.IsXCOFF == P2.IsXCOFF && P1.HasType == P2.HasType) &&
56 if (P1.IsXCOFF && P1.HasType)
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectDynamicValue.cpp43 if (m_dynamic_type_info.HasType()) in GetCompilerTypeImpl()
80 if (m_dynamic_type_info.HasType()) in GetDisplayTypeName()
90 if (success && m_dynamic_type_info.HasType()) { in CalculateNumChildren()
100 if (success && m_dynamic_type_info.HasType()) { in GetByteSize()
178 if (class_type_or_name.HasType()) { in UpdateValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h75 HasType, enumerator
148 PROPERTY(Property, HasType);
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp275 bool HasType = false; in collectStatsForDie() local
314 HasType = true; in collectStatsForDie()
447 if (HasType) in collectStatsForDie()
455 if (HasType) in collectStatsForDie()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.h103 void EmitKCFITypePadding(const MachineFunction &MF, bool HasType = true);
H A DX86AsmPrinter.cpp133 bool HasType) { in EmitKCFITypePadding() argument
145 if (HasType) in EmitKCFITypePadding()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h440 bool HasType() const { return HasCompilerType(); } in HasType() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp275 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp284 if (type_and_or_name.HasType()) { in FixUpDynamicType()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2227 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local
2234 B.addTypeAttr(Kind, HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()