Searched refs:DIAInjectedSource (Results 1 – 5 of 5) sorted by relevance
19 DIAInjectedSource::DIAInjectedSource(CComPtr<IDiaInjectedSource> DiaSourceFile) in DIAInjectedSource() function in DIAInjectedSource22 uint32_t DIAInjectedSource::getCrc32() const { in getCrc32()27 uint64_t DIAInjectedSource::getCodeByteSize() const { in getCodeByteSize()32 std::string DIAInjectedSource::getFileName() const { in getFileName()36 std::string DIAInjectedSource::getObjectFileName() const { in getObjectFileName()40 std::string DIAInjectedSource::getVirtualFileName() const { in getVirtualFileName()45 PDB_SourceCompression DIAInjectedSource::getCompression() const { in getCompression()52 std::string DIAInjectedSource::getCode() const { in getCode()
33 return std::unique_ptr<IPDBInjectedSource>(new DIAInjectedSource(Item)); in getChildAtIndex()42 return std::unique_ptr<IPDBInjectedSource>(new DIAInjectedSource(Item)); in getNext()
20 class DIAInjectedSource : public IPDBInjectedSource {22 explicit DIAInjectedSource(CComPtr<IDiaInjectedSource> DiaSourceFile);
24 DIA/DIAInjectedSource.cpp
96 exclude header "DebugInfo/PDB/DIA/DIAInjectedSource.h"