Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h35 uint16_t getModuleStreamIndex() const;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp48 uint16_t DbiModuleDescriptor::getModuleStreamIndex() const { in getModuleStreamIndex() function in DbiModuleDescriptor
H A DModuleDebugStream.cpp41 if (Mod.getModuleStreamIndex() != llvm::pdb::kInvalidStreamIndex) { in reload()
H A DInputFile.cpp53 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()
77 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()
H A DNativeSession.cpp459 uint16_t ModiStream = Modi.getModuleStreamIndex(); in getModuleDebugStream()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp85 uint16_t SN = IMD.Descriptor.getModuleStreamIndex(); in discoverStreamPurposes()
H A DYAMLOutputStyle.cpp230 uint16_t ModiStream = MI.getModuleStreamIndex(); in dumpDbiStream()
H A DBytesOutputStyle.cpp338 uint16_t ModiStream = Modi.getModuleStreamIndex(); in iterateOneModule()
H A DDumpOutputStyle.cpp496 Desc.getModuleStreamIndex(), Desc.getNumberOfFiles(), in dumpModules()
569 uint32_t StreamIdx = Desc.getModuleStreamIndex(); in dumpSymbolStats()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp142 uint16_t stream = descriptor.getModuleStreamIndex(); in GetOrCreateCompiland()