Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h345 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() argument
346 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset)); in mapLocalFrameObject()
347 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true; in mapLocalFrameObject()