Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp643 typedef std::map<uint64_t, clang::ThunkInfo> ThunkMap; typedef
668 ThunkMap thunk_map(thunks.begin(), thunks.end()); in SetupRecordVTable()
674 ThunkMap::iterator it = thunk_map.find(index); in SetupRecordVTable()