HomeSort by: relevance | last modified time | path
    Searched refs:HasBitField (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.cpp 225 bool HasBitField, uint32_t Vlen)
226 : STy(STy), HasBitField(HasBitField) {
229 BTFType.Info = (HasBitField << 31) | (Kind << 24) | Vlen;
246 if (HasBitField) {
487 bool HasBitField = false;
491 HasBitField = true;
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen);
BTFDebug.h 126 bool HasBitField;
130 BTFTypeStruct(const DICompositeType *STy, bool IsStruct, bool HasBitField,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 875 bool HasBitField = false;
878 HasBitField = true;
882 if (!HasBitField)

Completed in 32 milliseconds