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

  /external/clang/lib/CodeGen/
CGClass.cpp 428 // This constructor/destructor does not need a VTT parameter.
435 llvm::Value *VTT;
440 // If this is a delegating constructor call, just load the VTT.
446 "doing no-op VTT offset in base dtor/ctor?");
457 assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!");
461 // A VTT parameter was passed to the constructor, use it.
462 VTT = LoadCXXVTT();
463 VTT = Builder.CreateConstInBoundsGEP1_64(VTT, SubVTTIndex);
465 // We're the complete constructor, so get the VTT by name
    [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 709 milliseconds