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

  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 761 /// The generic ABI passes 'this', plus a VTT if it's initializing a
772 // Check if we need to add a VTT parameter (which has type void **).
    [all...]
CGClass.cpp 290 // This constructor/destructor does not need a VTT parameter.
297 llvm::Value *VTT;
302 // If this is a delegating constructor call, just load the VTT.
308 "doing no-op VTT offset in base dtor/ctor?");
319 assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!");
323 // A VTT parameter was passed to the constructor, use it.
324 VTT = LoadCXXVTT();
325 VTT = Builder.CreateConstInBoundsGEP1_64(VTT, SubVTTIndex);
327 // We're the complete constructor, so get the VTT by name
    [all...]

Completed in 44 milliseconds