Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.h76 llvm::DenseMap<const FunctionDecl *, llvm::WeakVH> SPCache; variable
DCGDebugInfo.cpp784 SPCache[Method] = llvm::WeakVH(SP); in CreateCXXMemberFunction()
1607 MI = SPCache.find(FD); in getFunctionDeclaration()
1608 if (MI != SPCache.end()) { in getFunctionDeclaration()
1618 MI = SPCache.find(NextFD); in getFunctionDeclaration()
1619 if (MI != SPCache.end()) { in getFunctionDeclaration()
1675 FI = SPCache.find(FD); in EmitFunctionStart()
1676 if (FI != SPCache.end()) { in EmitFunctionStart()