reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
   26 class DbiModuleDescriptor;

References

include/llvm/ADT/iterator.h
   68     : public std::iterator<IteratorCategoryT, T, DifferenceTypeT, PointerT,
include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
   29   DbiModuleDescriptor(const DbiModuleDescriptor &Info);
   32   static Error initialize(BinaryStreamRef Stream, DbiModuleDescriptor &Info);
   61                    pdb::DbiModuleDescriptor &Info) {
   62     if (auto EC = pdb::DbiModuleDescriptor::initialize(Stream, Info))
include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
   82   DbiModuleDescriptor getModuleDescriptor(uint32_t Modi) const;
   88   VarStreamArray<DbiModuleDescriptor> Descriptors;
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
   32   ModuleDebugStreamRef(const DbiModuleDescriptor &Module,
   73   DbiModuleDescriptor Mod;
include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
   21                         DbiModuleDescriptor MI);
   33   DbiModuleDescriptor Module;
include/llvm/DebugInfo/PDB/Native/SymbolCache.h
   85   SymIndexId createSymbol(Args &&... ConstructorArgs) {
   91         Session, Id, std::forward<Args>(ConstructorArgs)...);
include/llvm/Support/BinaryStreamArray.h
   92   typedef VarStreamArrayIterator<ValueType, Extractor> Iterator;
  115   VarStreamArray<ValueType, Extractor> substream(uint32_t Begin,
  151     : public iterator_facade_base<VarStreamArrayIterator<ValueType, Extractor>,
  152                                   std::forward_iterator_tag, ValueType> {
  153   typedef VarStreamArrayIterator<ValueType, Extractor> IterType;
  154   typedef VarStreamArray<ValueType, Extractor> ArrayType;
  191   const ValueType &operator*() const {
  196   ValueType &operator*() {
  241   ValueType ThisValue;
include/llvm/Support/BinaryStreamReader.h
  217   Error readArray(VarStreamArray<T, U> &Array, uint32_t Size,
lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
   23 DbiModuleDescriptor::DbiModuleDescriptor(const DbiModuleDescriptor &Info) =
   29                                       DbiModuleDescriptor &Info) {
lib/DebugInfo/PDB/Native/DbiModuleList.cpp
  253 DbiModuleDescriptor DbiModuleList::getModuleDescriptor(uint32_t Modi) const {
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
   31     const DbiModuleDescriptor &Module,
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
   19                                              DbiModuleDescriptor MI)
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
  111     llvm::pdb::DbiModuleDescriptor descriptor)
  123   llvm::pdb::DbiModuleDescriptor descriptor = modules.getModuleDescriptor(modi);
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
   40                      llvm::pdb::DbiModuleDescriptor descriptor);
   49   llvm::pdb::DbiModuleDescriptor m_module_descriptor;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  348   DbiModuleDescriptor last = modules.getModuleDescriptor(count - 1);
tools/llvm-pdbutil/BytesOutputStyle.cpp
  333   auto Modi = Modules.getModuleDescriptor(I);
tools/llvm-pdbutil/DumpOutputStyle.cpp
  418   auto Modi = Modules.getModuleDescriptor(Index);
  600         auto Desc = Modules.getModuleDescriptor(Modi);
  672       DbiModuleDescriptor Desc = Modules.getModuleDescriptor(Modi);
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  359   VarStreamArray<DbiModuleDescriptor> ModuleDescriptors;
  376   DbiModuleDescriptor &Descriptor = *Prev;
tools/llvm-pdbutil/InputFile.cpp
   47   auto Modi = Modules.getModuleDescriptor(Index);
tools/llvm-pdbutil/StreamUtil.cpp
   63   DbiModuleDescriptor Descriptor;
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  218       DbiModuleDescriptor MI = Modules.getModuleDescriptor(I);
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept
   83     constexpr _Tp&&
   84     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  123       typedef _Tp        value_type;
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
  825     { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/type_traits
 1629     { typedef _Tp   type; };
 1633     { typedef _Tp   type; };