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

  /external/clang/test/CodeGenCXX/
thunks.cpp 166 struct Thunks : Base1, Base2 {
176 X Thunks::f() { return X(); }
240 // PR7241: Emitting thunks for a method shouldn't require the vtable for
  /external/clang/include/clang/AST/
VTableBuilder.h 234 /// \brief Contains thunks needed by vtables, sorted by indices.
306 /// \brief Contains all thunks that a given method decl will need.
307 ThunksMapTy Thunks;
310 /// offset offsets, thunks etc) for the given record decl.
321 // use exactly the same set of thunks.
322 ThunksMapTy::const_iterator I = Thunks.find(MD);
323 if (I == Thunks.end()) {
545 // Complete destructors don't have a slot in a vftable, so no thunks needed.
  /external/clang/lib/AST/
VTableBuilder.cpp 828 /// (Used for computing 'this' pointer adjustment thunks.
865 /// VTableThunks - The thunks by vtable index in the vtable currently being
872 /// Thunks - A map that contains all the thunks needed for all methods in the
874 ThunksMapTy Thunks;
    [all...]
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 507 auto Thunks = GlobalScope->findAllChildren<PDBSymbolThunk>();
509 while (auto Thunk = Thunks->getNext())

Completed in 83 milliseconds