Searched refs:ObjectIndex (Results 1 – 4 of 4) sorted by relevance
400 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() argument401 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset)); in mapLocalFrameObject()402 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true; in mapLocalFrameObject()
3534 int ObjectIndex = 0; member3588 A.ObjectIndex) < in FrameObjectCompare()3590 B.ObjectIndex); in FrameObjectCompare()3603 FrameObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()3673 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()3680 dbgs() << " " << Obj.ObjectIndex << ": group " << Obj.GroupIndex; in orderFrameObjects()
3472 unsigned ObjectIndex = 0; // Index of Object into MFI list. member3558 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()3602 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()
613 unsigned SizeIndex, ObjectIndex; in checkFortifiedBuiltinMemoryFunction() local646 ObjectIndex = 2; in checkFortifiedBuiltinMemoryFunction()649 ObjectIndex = 0; in checkFortifiedBuiltinMemoryFunction()669 ObjectIndex = TheCall->getNumArgs() - 1; in checkFortifiedBuiltinMemoryFunction()678 ObjectIndex = 3; in checkFortifiedBuiltinMemoryFunction()695 ObjectIndex = 0; in checkFortifiedBuiltinMemoryFunction()709 ObjectIndex = 0; in checkFortifiedBuiltinMemoryFunction()718 ObjectIndex = 0; in checkFortifiedBuiltinMemoryFunction()728 Expr *SizeArg = TheCall->getArg(ObjectIndex); in checkFortifiedBuiltinMemoryFunction()740 FD->getParamDecl(ObjectIndex)->getAttr<PassObjectSizeAttr>()) in checkFortifiedBuiltinMemoryFunction()[all …]