Searched refs:PassedSizeDecl (Results 1 – 1 of 1) sorted by relevance
979 const ImplicitParamDecl *PassedSizeDecl = PassedSizeIt->second; in LoadPassedObjectSize() local980 assert(LocalDeclMap.count(PassedSizeDecl) && "Passed size not loadable"); in LoadPassedObjectSize()981 Address AddrOfSize = LocalDeclMap.find(PassedSizeDecl)->second; in LoadPassedObjectSize()