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