Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.h19 class DIAInjectedSource : public IPDBInjectedSource {
21 explicit DIAInjectedSource(CComPtr<IDiaInjectedSource> DiaSourceFile);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn117 "DIA/DIAInjectedSource.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt31 DIA/DIAInjectedSource.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A Dmodule.modulemap127 exclude header "DebugInfo/PDB/DIA/DIAInjectedSource.h"