Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h91 virtual std::unique_ptr<IPDBEnumSectionContribs>
DPDBTypes.h71 using IPDBEnumSectionContribs = IPDBEnumChildren<IPDBSectionContrib>; variable
/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.cpp290 std::unique_ptr<IPDBEnumSectionContribs>
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp413 std::unique_ptr<IPDBEnumSectionContribs>
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp159 std::unique_ptr<IPDBEnumSectionContribs> getSectionContribs() const override { in getSectionContribs()