Home
last modified time | relevance | path

Searched refs:ObjectIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h400 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() argument
401 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset)); in mapLocalFrameObject()
402 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true; in mapLocalFrameObject()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp3541 int ObjectIndex = 0; member
3595 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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp3488 unsigned ObjectIndex = 0; // Index of Object into MFI list. member
3574 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()
3618 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp613 unsigned SizeIndex, ObjectIndex; in checkFortifiedBuiltinMemoryFunction() local
646 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 …]