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 292 // This constructor/destructor does not need a VTT parameter.
299 llvm::Value *VTT;
304 // If this is a delegating constructor call, just load the VTT.
310 "doing no-op VTT offset in base dtor/ctor?");
321 assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!");
325 // A VTT parameter was passed to the constructor, use it.
326 VTT = LoadCXXVTT();
327 VTT = Builder.CreateConstInBoundsGEP1_64(VTT, SubVTTIndex);
329 // We're the complete constructor, so get the VTT by name
    [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 186 milliseconds