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

Declarations

include/llvm/ProfileData/InstrProf.h
  459   Error create(Module &M, bool InLTO = false);

References

lib/Transforms/Instrumentation/CGProfile.cpp
   39   (void)(bool)Symtab.create(M);
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  388   if (Error E = Symtab.create(M, InLTO)) {
unittests/ProfileData/InstrProfTest.cpp
  909   EXPECT_THAT_ERROR(ProfSymtab.create(*M), Succeeded());