Home
last modified time | relevance | path

Searched refs:ThunkInfoVectorTy (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DVTableBuilder.h203 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef
273 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef
276 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
288 const ThunkInfoVectorTy *getThunkInfo(const CXXMethodDecl *MD) { in getThunkInfo()
/external/clang/lib/AST/
DVTableBuilder.cpp870 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anonf071dba20111::VTableBuilder
871 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2174 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
2520 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in __anonf071dba20311::VFTableBuilder
2521 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3036 ThunkInfoVectorTy ThunksVector = Thunks[MD]; in dumpLayout()
/external/clang/lib/CodeGen/
DCGVTables.cpp506 const VTableContext::ThunkInfoVectorTy *ThunkInfoVector = in EmitThunks()