Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMIRPrinter.cpp336 auto StackObjectInfo = StackObjectOperandMapping.find(CSInfo.getFrameIdx()); in convertStackObjects() local
337 assert(StackObjectInfo != StackObjectOperandMapping.end() && in convertStackObjects()
339 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects()
347 auto StackObjectInfo = StackObjectOperandMapping.find(LocalObject.first); in convertStackObjects() local
348 assert(StackObjectInfo != StackObjectOperandMapping.end() && in convertStackObjects()
350 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects()
366 auto StackObjectInfo = StackObjectOperandMapping.find(DebugVar.Slot); in convertStackObjects() local
367 assert(StackObjectInfo != StackObjectOperandMapping.end() && in convertStackObjects()
369 const FrameIndexOperand &StackObject = StackObjectInfo->second; in convertStackObjects()