Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp55 if (auto SecContribs = Session.getSectionContribs()) { in getCompilandId()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h92 getSectionContribs() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h86 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h105 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp291 NativeSession::getSectionContribs() const { in getSectionContribs() function in NativeSession
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp414 DIASession::getSectionContribs() const { in getSectionContribs() function in DIASession
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp159 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override { in getSectionContribs() function in __anon8912c4460111::MockSession