Home
last modified time | relevance | path

Searched refs:replaceVTableHolder (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h710 void replaceVTableHolder(DICompositeType &T, DICompositeType VTableHolder);
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp1211 void DIBuilder::replaceVTableHolder(DICompositeType &T, DICompositeType VTableHolder) { in replaceVTableHolder() function in DIBuilder
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2284 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()