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

  /external/clang/test/CodeGenCXX/
thunks.cpp 162 struct Thunks : Base1, Base2 {
172 X Thunks::f() { return X(); }
236 // PR7241: Emitting thunks for a method shouldn't require the vtable for
  /external/clang/include/clang/AST/
VTableBuilder.h 210 /// VTableThunks - Contains thunks needed by vtables.
298 /// Thunks - Contains all thunks that a given method decl will need.
299 ThunksMapTy Thunks;
304 /// information (vtable layout, vbase offset offsets, thunks etc) for the
328 ThunksMapTy::const_iterator I = Thunks.find(MD);
329 if (I == Thunks.end()) {
  /external/clang/lib/AST/
VTableBuilder.cpp 834 /// (Used for computing 'this' pointer adjustment thunks.
867 /// VTableThunks - The thunks by vtable index in the vtable currently being
    [all...]

Completed in 163 milliseconds