Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBSymbolData.cpp47 if (auto SecContribs = Session.getSectionContribs()) { in getCompilandId()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBSession.h91 getSectionContribs() const = 0;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIASession.h85 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override;
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeSession.h105 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIASession.cpp406 DIASession::getSectionContribs() const { in getSectionContribs() function in DIASession
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeSession.cpp362 NativeSession::getSectionContribs() const { in getSectionContribs() function in NativeSession
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp1897 if (auto sec_contribs = m_session_up->getSectionContribs()) { in GetCompileUnitContainsAddress()
1999 if (auto SecContribs = m_session_up->getSectionContribs()) { in GetCompilandId()