Home
last modified time | relevance | path

Searched refs:HasBitField (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp278 bool HasBitField, uint32_t Vlen) in BTFTypeStruct() argument
279 : STy(STy), HasBitField(HasBitField) { in BTFTypeStruct()
282 BTFType.Info = (HasBitField << 31) | (Kind << 24) | Vlen; in BTFTypeStruct()
299 if (HasBitField) { in completeType()
648 bool HasBitField = false; in visitStructType() local
652 HasBitField = true; in visitStructType()
658 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
H A DBTFDebug.h128 bool HasBitField; variable
132 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp918 bool HasBitField = false; in classifyArgumentType() local
921 HasBitField = true; in classifyArgumentType()
925 if (!HasBitField) in classifyArgumentType()