HomeSort by: relevance | last modified time | path
    Searched refs:ThunkInfoVectorTy (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 323 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
330 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
342 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) {
593 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override {
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 877 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
878 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2121 ThunkInfoVectorTy ThunksVector = Thunks[MD];
2489 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
2490 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3238 ThunkInfoVectorTy ThunksVector = Thunks[MD];
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 613 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector =

Completed in 188 milliseconds