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

Declarations

include/llvm/ProfileData/InstrProf.h
  463   template <typename NameIterRange> Error create(const NameIterRange &IterRange);

References

include/llvm/ProfileData/InstrProfReader.h
  412     return Symtab.create(HashTable->keys());
unittests/ProfileData/InstrProfTest.cpp
  837   EXPECT_THAT_ERROR(Symtab.create(FuncNames), Succeeded());