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

References

unittests/ProfileData/InstrProfTest.cpp
  309   ASSERT_TRUE(Res);
  319   Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 1, ValueData,
  321   ASSERT_TRUE(Res);
  325   Res = getValueProfDataFromInst(*Inst2, IPVK_IndirectCallTarget, 5, ValueData,
  327   ASSERT_FALSE(Res);
  333   Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 5,
  335   ASSERT_TRUE(Res);
  356   Res = getValueProfDataFromInst(*Inst, IPVK_IndirectCallTarget, 5,
  358   ASSERT_TRUE(Res);