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

Declarations

include/llvm/ProfileData/InstrProfReader.h
  474   Expected<InstrProfRecord> getInstrProfRecord(StringRef FuncName,

References

lib/ProfileData/InstrProfReader.cpp
  887   Expected<InstrProfRecord> Record = getInstrProfRecord(FuncName, FuncHash);
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1143       PGOReader->getInstrProfRecord(FuncInfo.FuncName, FuncInfo.FunctionHash);
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  970       PGOReader->getInstrProfRecord(FuncName, FunctionHash);
unittests/ProfileData/InstrProfTest.cpp
   96   Expected<InstrProfRecord> R = Reader->getInstrProfRecord("foo", 0x1234);
  102   R = Reader->getInstrProfRecord("foo", 0x1235);
  108   R = Reader->getInstrProfRecord("foo", 0x5678);
  111   R = Reader->getInstrProfRecord("bar", 0x1234);
  212   Expected<InstrProfRecord> R = Reader->getInstrProfRecord("func1", 0x1234);
  217   R = Reader->getInstrProfRecord("func2", 0x1234);
  253   Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234);
  284   Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234);
  393   Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234);
  443   Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234);
  520   Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234);
  608       Reader->getInstrProfRecord("foo", 0x1234);
  613       Reader->getInstrProfRecord("baz", 0x5678);
  659   Expected<InstrProfRecord> R = Reader->getInstrProfRecord("caller", 0x1234);