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

  /external/clang/lib/CodeGen/
MicrosoftVBTables.cpp 26 /// All the data needed to build a vbtable, minus the GlobalVariable whose
35 /// records that need to be mangled into the vbtable symbol name in order to get
120 assert(Paths[I]->Path != Paths[I - 1]->Path && "vbtable paths are not unique");
145 // TODO: Implement MSVC 2010 or earlier names to avoid extra vbtable cruft.
182 "vbtable with this name already exists: mangling bug?");
183 llvm::GlobalVariable *VBTable =
186 VBTable->setUnnamedAddr(true);
187 return VBTable;
MicrosoftCXXABI.cpp 373 // Fill in the vbtable pointers here.
    [all...]

Completed in 2120 milliseconds