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

References

include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
   87             Stream, Info, codeview::CodeViewContainer::Pdb))
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
   80   assert(BulkSymbols.size() % alignOf(CodeViewContainer::Pdb) == 0 &&
  162     assert(SymbolWriter.getOffset() % alignOf(CodeViewContainer::Pdb) == 0 &&
  184       std::move(Subsection), CodeViewContainer::Pdb));
  190       SubsectionContents, CodeViewContainer::Pdb));
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
   66                                                CodeViewContainer::Pdb));
tools/lld/COFF/PDB.cpp
  701   size_t size = alignTo(sym.length(), alignOf(CodeViewContainer::Pdb));
  838             alignTo(sym.length(), alignOf(CodeViewContainer::Pdb));
  858         alloc.Allocate(totalRealignedSize, alignOf(CodeViewContainer::Pdb));
 1448       ons, allocator, CodeViewContainer::Pdb));
 1450       cs, allocator, CodeViewContainer::Pdb));
 1452       ebs, allocator, CodeViewContainer::Pdb));
 1479       cgs, allocator, CodeViewContainer::Pdb));
 1493       sym, allocator, CodeViewContainer::Pdb));
 1569         ons, alloc, CodeViewContainer::Pdb));
 1571         cs, alloc, CodeViewContainer::Pdb));
 1575         ts, alloc, CodeViewContainer::Pdb);
 1581                                                         CodeViewContainer::Pdb);
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1593         SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
 1660   SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
 1699     SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
 1805     SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
tools/llvm-pdbutil/llvm-pdbutil.cpp
  817             Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb));
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  162                                                        CodeViewContainer::Pdb));