Searched refs:ReplaceMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h80 /// ReplaceMap - Cache of forward declared types to RAUW at the end of
82 std::vector<std::pair<void *, llvm::WeakVH> >ReplaceMap; member in class:clang::CodeGen::CGDebugInfo
H A DCGDebugInfo.cpp2040 ReplaceMap.push_back(std::make_pair(TyPtr, static_cast<llvm::Value*>(TC)));
2059 ReplaceMap.push_back(std::make_pair(TyPtr, static_cast<llvm::Value*>(TC)));
2205 ReplaceMap.push_back(
3269 = ReplaceMap.begin(), VE = ReplaceMap.end(); VI != VE; ++VI) {

Completed in 60 milliseconds