Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h35 uint16_t getModuleStreamIndex() const;
/external/llvm/tools/llvm-pdbdump/fuzzer/
Dllvm-pdbdump-fuzzer.cpp87 Modi.Info.getModuleStreamIndex(), *File); in LLVMFuzzerTestOneInput()
/external/llvm/lib/DebugInfo/PDB/Raw/
DModInfo.cpp97 uint16_t ModInfo::getModuleStreamIndex() const { return Layout->ModDiStream; } in getModuleStreamIndex() function in ModInfo
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp132 uint16_t SN = ModI.Info.getModuleStreamIndex(); in dumpStreamSummary()
464 P.printNumber("Debug Stream Index", Modi.Info.getModuleStreamIndex()); in dumpDbiStream()
483 (Modi.Info.getModuleStreamIndex() < File.getNumStreams()); in dumpDbiStream()
488 Modi.Info.getModuleStreamIndex(), File); in dumpDbiStream()