Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp48 if (auto SecContribs = Session.getSectionContribs()) { in getCompilandId()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp48 if (auto SecContribs = Session.getSectionContribs()) { in getCompilandId()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h85 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h85 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h91 getSectionContribs() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h92 getSectionContribs() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h93 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h101 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp209 NativeSession::getSectionContribs() const { in getSectionContribs() function in NativeSession
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp406 DIASession::getSectionContribs() const { in getSectionContribs() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp406 DIASession::getSectionContribs() const { in getSectionContribs() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp353 NativeSession::getSectionContribs() const { in getSectionContribs() function in NativeSession
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp158 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override { in getSectionContribs() function in __anon3ef83b7a0111::MockSession
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp1897 if (auto sec_contribs = m_session_up->getSectionContribs()) { in GetCompileUnitContainsAddress()
2000 if (auto SecContribs = m_session_up->getSectionContribs()) { in GetCompilandId()