Home
last modified time | relevance | path

Searched refs:DIASourceFile (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp19 DIASourceFile::DIASourceFile(const DIASession &PDBSession, in DIASourceFile() function in DIASourceFile
23 std::string DIASourceFile::getFileName() const { in getFileName()
27 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId()
32 std::string DIASourceFile::getChecksum() const { in getChecksum()
44 PDB_Checksum DIASourceFile::getChecksumType() const { in getChecksumType()
53 DIASourceFile::getCompilands() const { in getCompilands()
H A DDIAEnumSourceFiles.cpp31 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getChildAtIndex()
40 return std::unique_ptr<IPDBSourceFile>(new DIASourceFile(Session, Item)); in getNext()
H A DDIASession.cpp239 const DIASourceFile &RawFile = static_cast<const DIASourceFile &>(File); in findLineNumbers()
359 return std::make_unique<DIASourceFile>(*this, LocatedFile); in getSourceFileById()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h19 class DIASourceFile : public IPDBSourceFile {
21 explicit DIASourceFile(const DIASession &Session,
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/
H A DBUILD.gn126 "DIA/DIASourceFile.cpp",
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DCMakeLists.txt36 DIA/DIASourceFile.cpp
/openbsd-src/gnu/llvm/llvm/include/llvm/
H A Dmodule.modulemap137 exclude header "DebugInfo/PDB/DIA/DIASourceFile.h"
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641658 ./usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
H A Dclang.macppc1657 ./usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
H A Dclang.loongson1657 ./usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
H A Dclang.octeon1657 ./usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
H A Dclang.arm641658 ./usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
H A Dclang.powerpc641656 ./usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
H A Dclang.armv71656 ./usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
H A Dclang.i3861656 ./usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
H A Dclang.sparc641657 ./usr/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5943 llvm/lib/DebugInfo/PDB/DIA/DIASourceFile.cpp