Home
last modified time | relevance | path

Searched refs:DIAInjectedSource (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp18 DIAInjectedSource::DIAInjectedSource(CComPtr<IDiaInjectedSource> DiaSourceFile) in DIAInjectedSource() function in DIAInjectedSource
21 uint32_t DIAInjectedSource::getCrc32() const { in getCrc32()
26 uint64_t DIAInjectedSource::getCodeByteSize() const { in getCodeByteSize()
31 std::string DIAInjectedSource::getFileName() const { in getFileName()
35 std::string DIAInjectedSource::getObjectFileName() const { in getObjectFileName()
39 std::string DIAInjectedSource::getVirtualFileName() const { in getVirtualFileName()
44 uint32_t DIAInjectedSource::getCompression() const { in getCompression()
51 std::string DIAInjectedSource::getCode() const { in getCode()
H A DDIAEnumInjectedSources.cpp31 return std::unique_ptr<IPDBInjectedSource>(new DIAInjectedSource(Item)); in getChildAtIndex()
40 return std::unique_ptr<IPDBInjectedSource>(new DIAInjectedSource(Item)); in getNext()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h19 class DIAInjectedSource : public IPDBInjectedSource {
21 explicit DIAInjectedSource(CComPtr<IDiaInjectedSource> DiaSourceFile);
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap148 exclude header "llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h"