HomeSort by relevance Sort by last modified time
    Searched refs:VBTablePath (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
MicrosoftVBTables.h 54 struct VBTablePath;
56 typedef llvm::SmallVector<VBTablePath *, 6> VBTablePathVector;
111 void extendPath(VBTablePath *Info, bool SecondPass);
MicrosoftVBTables.cpp 22 struct VBTablePath {
23 VBTablePath(const VBTableInfo &VBInfo)
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 72 milliseconds