Home
last modified time | relevance | path

Searched refs:IPDBFile (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DMappedBlockStream.h27 class IPDBFile; variable
44 createIndexedStream(uint32_t StreamIdx, const IPDBFile &File);
51 MappedBlockStream(std::unique_ptr<IPDBStreamData> Data, const IPDBFile &File);
57 const IPDBFile &Pdb;
DIndexedStreamData.h17 class IPDBFile; variable
21 IndexedStreamData(uint32_t StreamIdx, const IPDBFile &File);
29 const IPDBFile &File;
DIPDBFile.h24 class IPDBFile {
26 virtual ~IPDBFile() {} in ~IPDBFile()
DInfoStreamBuilder.h28 InfoStreamBuilder(IPDBFile &File);
40 IPDBFile &File;
DDirectoryStreamData.h20 class IPDBFile; variable
DPDBFile.h45 class PDBFile : public IPDBFile {
/external/llvm/lib/DebugInfo/PDB/Raw/
DIndexedStreamData.cpp16 IndexedStreamData::IndexedStreamData(uint32_t StreamIdx, const IPDBFile &File) in IndexedStreamData()
DMappedBlockStream.cpp27 const IPDBFile &File) in MappedBlockStreamImpl()
39 const IPDBFile &Pdb) in MappedBlockStream()
298 const IPDBFile &File) { in createIndexedStream()
DInfoStreamBuilder.cpp21 InfoStreamBuilder::InfoStreamBuilder(IPDBFile &File) : File(File) {} in InfoStreamBuilder()
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp47 class DiscontiguousFile : public IPDBFile {
87 const IPDBFile &File) in MappedBlockStreamImpl()