Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DWebAssembly.cpp119 bool HasBitField = false; in classifyArgumentType() local
122 HasBitField = true; in classifyArgumentType()
126 if (!HasBitField) in classifyArgumentType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp280 bool HasBitField, uint32_t Vlen) in BTFTypeStruct() argument
281 : STy(STy), HasBitField(HasBitField) { in BTFTypeStruct()
284 BTFType.Info = (HasBitField << 31) | (Kind << 24) | Vlen; in BTFTypeStruct()
301 if (HasBitField) { in completeType()
669 bool HasBitField = false; in visitStructType() local
673 HasBitField = true; in visitStructType()
679 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,