Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/fuzzer/
Dllvm-pdbdump-fuzzer.cpp68 auto TpiS = File->getPDBTpiStream(); in LLVMFuzzerTestOneInput()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFile.h116 Expected<TpiStream &> getPDBTpiStream();
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp202 Expected<TpiStream &> PDBFile::getPDBTpiStream() { in getPDBTpiStream() function in PDBFile
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp121 auto Tpi = File.getPDBTpiStream(); in dumpStreamSummary()
375 auto Tpi = (StreamIdx == StreamTPI) ? File.getPDBTpiStream() in dumpTpiStream()