| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolver.h | 146 unsigned getResolverID() const { return SubclassID; } in getResolverID() 149 if (SubclassID > ResolverTy::LastKnownResolverType) in GetResolverTy() 152 return (enum ResolverTy)SubclassID; in GetResolverTy() 226 const unsigned char SubclassID; variable
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanValue.h | 54 const unsigned char SubclassID; ///< Subclass identifier (for isa/dyn_cast). 101 unsigned getVPValueID() const { return SubclassID; } 311 const unsigned char SubclassID; 336 /// SubclassID field of the VPRecipeBase objects. They are used for concrete in removeDefinedValue() 364 // START: SubclassID for recipes that inherit VPHeaderPHIRecipe. 373 // END: SubclassID for recipes that inherit VPHeaderPHIRecipe 381 VPDef(const unsigned char SC) : SubclassID(SC) {} 428 unsigned getVPDefID() const { return SubclassID; } 55 const unsigned char SubclassID; ///< Subclass identifier (for isa/dyn_cast). global() variable 318 const unsigned char SubclassID; global() variable
|
| H A D | VPlan.h | 440 const unsigned char SubclassID; ///< Subclass identifier (for isa/dyn_cast). 487 : SubclassID(SC), Name(N) {} in setName() 492 /// SubclassID field of the VPBlockBase objects. They are used for concrete in getVPBlockID() 507 unsigned getVPBlockID() const { return SubclassID; } 425 const unsigned char SubclassID; ///< Subclass identifier (for isa/dyn_cast). global() variable
|
| H A D | VPlan.cpp | 84 : SubclassID(SC), UnderlyingVal(UV), Def(Def) {
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | SearchFilter.h | 230 if (SubclassID > FilterTy::LastKnownFilterType) in GetFilterTy() 233 return (enum FilterTy)SubclassID; in GetFilterTy() 282 unsigned char SubclassID;
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 107 const LVSubclassID SubclassID; variable 134 : LVObject(), SubclassID(ID), AccessibilityCode(0), InlineCode(0), in LVElement() 140 LVSubclassID getSubclassID() const { return SubclassID; } in getSubclassID()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 76 const DbgEntityKind SubclassID; variable 80 : Entity(N), InlinedAt(IA), SubclassID(ID) {} in DbgEntity() 88 DbgEntityKind getDbgEntityID() const { return SubclassID; } in getDbgEntityID()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 54 : SubclassID(scid), HasValueHandle(0), SubclassOptionalData(0), in Value() 57 static_assert(ConstantFirstVal == 0, "!(SubclassID < ConstantFirstVal)"); in Value() 62 if (SubclassID >= InstructionVal) in Value() 63 OpCode = SubclassID - InstructionVal; in Value() 68 else if (SubclassID != BasicBlockVal && in Value() 69 (/*SubclassID < ConstantFirstVal ||*/ SubclassID > ConstantLastVal)) in Value()
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 75 const unsigned char SubclassID; // Subclass identifier (for isa/dyn_cast) variable 533 return SubclassID; in getValueID()
|
| H A D | Metadata.h | 66 const unsigned char SubclassID; variable 87 : SubclassID(ID), Storage(Storage), SubclassData1(false) { in Metadata() 102 unsigned getMetadataID() const { return SubclassID; } in getMetadataID() 209 /// it, then a SubclassID will need to be added (either as a new field or by
|
| /freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolver.cpp | 69 : m_breakpoint(bkpt), m_offset(offset), SubclassID(resolverTy) {}
|
| /freebsd-src/contrib/llvm-project/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 73 : m_target_sp(target_sp), SubclassID(filterType) {} in SearchFilter()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 509 static constexpr uint8_t SubclassID = 255; 553 : Value(Ty, SubclassID), Opcode(Info.Opcode), Flags(Info.Flags), 571 static bool classof(const Value *V) { return V->getValueID() == SubclassID; } 493 static constexpr uint8_t SubclassID = 255; global() member in __anon5272731a0411::BitcodeConstant
|