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

References

unittests/Remarks/YAMLRemarksParsingTest.cpp
  495   EXPECT_EQ(checkStr(LLVMRemarkEntryGetPassName(Remark), 6), "inline");
  496   EXPECT_EQ(checkStr(LLVMRemarkEntryGetRemarkName(Remark), 12), "NoDefinition");
  497   EXPECT_EQ(checkStr(LLVMRemarkEntryGetFunctionName(Remark), 3), "foo");
  499   EXPECT_EQ(checkStr(LLVMRemarkDebugLocGetSourceFilePath(DL), 6), "file.c");
  510       EXPECT_EQ(checkStr(LLVMRemarkArgGetKey(Arg), 6), "Callee");
  511       EXPECT_EQ(checkStr(LLVMRemarkArgGetValue(Arg), 3), "bar");
  515       EXPECT_EQ(checkStr(LLVMRemarkArgGetKey(Arg), 6), "String");
  516       EXPECT_EQ(checkStr(LLVMRemarkArgGetValue(Arg), 26),
  521       EXPECT_EQ(checkStr(LLVMRemarkArgGetKey(Arg), 6), "Caller");
  522       EXPECT_EQ(checkStr(LLVMRemarkArgGetValue(Arg), 3), "foo");
  524       EXPECT_EQ(checkStr(LLVMRemarkDebugLocGetSourceFilePath(DL), 6), "file.c");
  530       EXPECT_EQ(checkStr(LLVMRemarkArgGetKey(Arg), 6), "String");
  531       EXPECT_EQ(checkStr(LLVMRemarkArgGetValue(Arg), 38),