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

/external/clang/lib/CodeGen/
H A DMicrosoftVBTables.h54 struct VBTablePath;
56 typedef llvm::SmallVector<VBTablePath *, 6> VBTablePathVector;
111 void extendPath(VBTablePath *Info, bool SecondPass);
H A DMicrosoftVBTables.cpp22 struct VBTablePath { struct in namespace:clang::CodeGen
23 VBTablePath(const VBTableInfo &VBInfo) function in struct:clang::CodeGen::VBTablePath
51 VBTablePath *P = *I;
73 VBTablePath *Info = new VBTablePath(
125 static bool pathCompare(VBTablePath *LHS, VBTablePath *RHS) {
129 void VBTableBuilder::extendPath(VBTablePath *P, bool SecondPass) {

Completed in 27 milliseconds