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 213 /// \brief Contains thunks needed by vtables.
278 /// \brief Contains all thunks that a given method decl will need.
279 ThunksMapTy Thunks;
282 /// offset offsets, thunks etc) for the given record decl.
291 ThunksMapTy::const_iterator I = Thunks.find(MD);
292 if (I == Thunks.end()) {
  /external/clang/lib/AST/
VTableBuilder.cpp 829 /// (Used for computing 'this' pointer adjustment thunks.
866 /// VTableThunks - The thunks by vtable index in the vtable currently being
    [all...]

Completed in 1160 milliseconds