Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h37 uint16_t getModuleStreamIndex() const;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModInfo.h35 uint16_t getModuleStreamIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleDescriptor.cpp56 uint16_t DbiModuleDescriptor::getModuleStreamIndex() const { in getModuleStreamIndex() function in DbiModuleDescriptor
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp86 uint16_t SN = IMD.Descriptor.getModuleStreamIndex(); in discoverStreamPurposes()
DYAMLOutputStyle.cpp222 uint16_t ModiStream = MI.getModuleStreamIndex(); in dumpDbiStream()
DInputFile.cpp48 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()
DBytesOutputStyle.cpp339 uint16_t ModiStream = Modi.getModuleStreamIndex(); in iterateOneModule()
DDumpOutputStyle.cpp369 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()
556 Desc.getModuleStreamIndex(), Desc.getNumberOfFiles(), in dumpModules()
612 uint32_t StreamIdx = Desc.getModuleStreamIndex(); in dumpSymbolStats()