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

References

include/llvm/CodeGen/AccelTable.h
  198   AccelTable() : AccelTableBase(DataT::hash) {}
  214       new (Allocator) AccelTableDataT(std::forward<Types>(Args)...));
  302 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents,
  304   static_assert(std::is_convertible<DataT *, AppleAccelTableData *>::value, "");
  305   emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms);
tools/dsymutil/DwarfLinker.h
  492   AccelTable<AppleAccelTableStaticTypeData> AppleTypes;
tools/dsymutil/DwarfStreamer.cpp
  253     AccelTable<AppleAccelTableStaticTypeData> &Table) {
tools/dsymutil/DwarfStreamer.h
  143   void emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table);