HomeSort by: relevance | last modified time | path
    Searched refs:VBTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 349 for (const auto &VBTable : VBTables) {
350 StringRef VBTableName = VBTable.first;
352 for (little32_t Offset : VBTable.second) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 38 /// Holds all the vbtable globals for a given class.
1158 // Fill in the vbtable pointers here.
2000 // easier than caching each vbtable individually.
2119 "vbtable with this name already exists: mangling bug?");
2214 // the vbtable of the derived class.
3017 // Load the vbtable pointer from the vbptr in the instance.
3033 llvm::Value *VBTable = Builder.CreateAlignedLoad(
3034 CGM.Int32Ty->getPointerTo(0), VBPtr, VBPtrAlign, "vbtable");
3043 Builder.CreateInBoundsGEP(CGM.Int32Ty, VBTable, VBTableIndex);
3060 // In the unspecified inheritance model, there might not be a vbtable at all
    [all...]

Completed in 28 milliseconds