Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp281 bool HasBitField, uint32_t Vlen) in BTFTypeStruct() argument
282 : STy(STy), HasBitField(HasBitField) { in BTFTypeStruct()
285 BTFType.Info = (HasBitField << 31) | (Kind << 24) | Vlen; in BTFTypeStruct()
302 if (HasBitField) { in completeType()
670 bool HasBitField = false; in visitStructType() local
674 HasBitField = true; in visitStructType()
680 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,