Searched refs:IPDBInjectedSource (Results 1 – 19 of 19) sorted by relevance
25 std::unique_ptr<IPDBInjectedSource>31 return std::unique_ptr<IPDBInjectedSource>(new DIAInjectedSource(Item)); in getChildAtIndex()34 std::unique_ptr<IPDBInjectedSource> DIAEnumInjectedSources::getNext() { in getNext()40 return std::unique_ptr<IPDBInjectedSource>(new DIAInjectedSource(Item)); in getNext()
23 class NativeEnumInjectedSources : public IPDBEnumChildren<IPDBInjectedSource> {29 std::unique_ptr<IPDBInjectedSource>31 std::unique_ptr<IPDBInjectedSource> getNext() override;
35 IPDBInjectedSource::~IPDBInjectedSource() = default;
21 class IPDBInjectedSource {23 virtual ~IPDBInjectedSource();
29 class IPDBInjectedSource; variable74 using IPDBEnumInjectedSources = IPDBEnumChildren<IPDBInjectedSource>;
37 class NativeInjectedSource final : public IPDBInjectedSource {106 std::unique_ptr<IPDBInjectedSource>114 std::unique_ptr<IPDBInjectedSource> NativeEnumInjectedSources::getNext() { in getNext()
19 class DIAEnumInjectedSources : public IPDBEnumChildren<IPDBInjectedSource> {
19 class DIAInjectedSource : public IPDBInjectedSource {
1666 ./usr/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
1664 ./usr/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
1665 ./usr/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
5174 llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h