Searched refs:ArrayInfo (Results 1 – 4 of 4) sorted by relevance
64 ArrayDesignatorInfo ArrayInfo; member92 return ArrayInfo.Index; in getArrayIndex()108 return ArrayInfo.LBracketLoc; in getLBracketLoc()117 return ArrayInfo.RBracketLoc; in getRBracketLoc()142 new (&D.ArrayInfo) ArrayDesignatorInfo; in getArray()143 D.ArrayInfo.Index = Index; in getArray()144 D.ArrayInfo.LBracketLoc = LBracketLoc; in getArray()145 D.ArrayInfo.RBracketLoc = SourceLocation(); in getArray()168 ArrayInfo.RBracketLoc = RBracketLoc; in setRBracketLoc()
104 using ArrayInfo = llvm::DenseMapInfo<ArrayRef<const BindingDecl*>>; typedef106 return {ArrayInfo::getEmptyKey()}; in getEmptyKey()109 return {ArrayInfo::getTombstoneKey()}; in getTombstoneKey()
199 ArrayInfo.ElemType = ElemTypeId; in BTFTypeArray()200 ArrayInfo.Nelems = NumElems; in BTFTypeArray()213 ArrayInfo.IndexType = BDebug.getArrayIndexTypeId(); in completeType()218 OS.emitInt32(ArrayInfo.ElemType); in emitType()219 OS.emitInt32(ArrayInfo.IndexType); in emitType()220 OS.emitInt32(ArrayInfo.Nelems); in emitType()
114 struct BTF::BTFArray ArrayInfo; variable