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()
3541 int ObjectIndex = 0; member3595 A.ObjectIndex) < in FrameObjectCompare()3597 B.ObjectIndex); in FrameObjectCompare()3610 FrameObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()3680 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()3687 dbgs() << " " << Obj.ObjectIndex << ": group " << Obj.GroupIndex; in orderFrameObjects()
3488 unsigned ObjectIndex = 0; // Index of Object into MFI list. member3574 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()3618 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 …]