Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp72 void AssignProtectedObjSet(const StackObjSet &UnassignedObjs,
167 void LocalStackSlotPass::AssignProtectedObjSet(const StackObjSet &UnassignedObjs, in AssignProtectedObjSet() argument
173 for (StackObjSet::const_iterator I = UnassignedObjs.begin(), in AssignProtectedObjSet()
174 E = UnassignedObjs.end(); I != E; ++I) { in AssignProtectedObjSet()
DPrologEpilogInserter.cpp530 AssignProtectedObjSet(const StackObjSet &UnassignedObjs, in AssignProtectedObjSet() argument
535 for (StackObjSet::const_iterator I = UnassignedObjs.begin(), in AssignProtectedObjSet()
536 E = UnassignedObjs.end(); I != E; ++I) { in AssignProtectedObjSet()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp546 AssignProtectedObjSet(const StackObjSet &UnassignedObjs, in AssignProtectedObjSet() argument
551 for (StackObjSet::const_iterator I = UnassignedObjs.begin(), in AssignProtectedObjSet()
552 E = UnassignedObjs.end(); I != E; ++I) { in AssignProtectedObjSet()