Searched refs:VBTableBuilder (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftVBTables.h86 /// The VBTableBuilder class attempts to implement this algorithm by repeatedly
93 class VBTableBuilder { class in namespace:clang::CodeGen
95 VBTableBuilder(CodeGenModule &CGM, const CXXRecordDecl *MostDerived);
H A DMicrosoftVBTables.cpp40 VBTableBuilder::VBTableBuilder(CodeGenModule &CGM, function in class:clang::CodeGen::VBTableBuilder
45 void VBTableBuilder::enumerateVBTables(VBTableVector &VBTables) {
58 void VBTableBuilder::findUnambiguousPaths(const CXXRecordDecl *ReusingBase,
125 void VBTableBuilder::extendPath(VBTablePath *P, bool SecondPass) {
133 bool VBTableBuilder::rebucketPaths(VBTablePathVector &Paths, size_t PathsStart,
163 VBTableBuilder::getAddrOfVBTable(const CXXRecordDecl *ReusingBase,
H A DMicrosoftCXXABI.cpp313 /// \brief Caching wrapper around VBTableBuilder::enumerateVBTables().
974 VBTableBuilder(CGM, RD).enumerateVBTables(VBTables);

Completed in 99 milliseconds