Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp387 template <class T> static CComPtr<T> getTableEnumerator(IDiaSession &Session) { in getTableEnumerator() function
407 getTableEnumerator<IDiaEnumInjectedSources>(*Session); in getInjectedSources()
417 getTableEnumerator<IDiaEnumSectionContribs>(*Session); in getSectionContribs()
427 getTableEnumerator<IDiaEnumFrameData>(*Session); in getFrameData()