Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3534 int ObjectIndex = 0; member
3588 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3472 unsigned ObjectIndex = 0; // Index of Object into MFI list. member
3558 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()
3602 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A 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 …]