|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h 36 uint16_t getModuleStreamIndex() const;
References
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp 40 if (Mod.getModuleStreamIndex() != llvm::pdb::kInvalidStreamIndex) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp 124 uint16_t stream = descriptor.getModuleStreamIndex();
tools/llvm-pdbutil/BytesOutputStyle.cpp 338 uint16_t ModiStream = Modi.getModuleStreamIndex();
tools/llvm-pdbutil/DumpOutputStyle.cpp 420 uint16_t ModiStream = Modi.getModuleStreamIndex();
607 Desc.getModuleStreamIndex(), Desc.getNumberOfFiles(),
673 uint32_t StreamIdx = Desc.getModuleStreamIndex();
tools/llvm-pdbutil/InputFile.cpp 51 uint16_t ModiStream = Modi.getModuleStreamIndex();
tools/llvm-pdbutil/StreamUtil.cpp 85 uint16_t SN = IMD.Descriptor.getModuleStreamIndex();
tools/llvm-pdbutil/YAMLOutputStyle.cpp 230 uint16_t ModiStream = MI.getModuleStreamIndex();