Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp2006 assert(ByRefValueInfo.count(VD) && "Did not find value!"); in getByRefValueLLVMField()
2008 return ByRefValueInfo.find(VD)->second; in getByRefValueLLVMField()
2037 std::pair<llvm::Type *, unsigned> &Info = ByRefValueInfo[D]; in BuildByRefType()
HDCodeGenFunction.h1048 unsigned> > ByRefValueInfo; variable