reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
271 EXPECT_EQ(checkStr(LLVMRemarkEntryGetPassName(Remark), 6), "inline"); 272 EXPECT_EQ(checkStr(LLVMRemarkEntryGetRemarkName(Remark), 12), "NoDefinition"); 273 EXPECT_EQ(checkStr(LLVMRemarkEntryGetFunctionName(Remark), 3), "foo"); 275 EXPECT_EQ(checkStr(LLVMRemarkDebugLocGetSourceFilePath(DL), 6), "file.c"); 286 EXPECT_EQ(checkStr(LLVMRemarkArgGetKey(Arg), 6), "Callee"); 287 EXPECT_EQ(checkStr(LLVMRemarkArgGetValue(Arg), 3), "bar"); 291 EXPECT_EQ(checkStr(LLVMRemarkArgGetKey(Arg), 6), "String"); 292 EXPECT_EQ(checkStr(LLVMRemarkArgGetValue(Arg), 26), 297 EXPECT_EQ(checkStr(LLVMRemarkArgGetKey(Arg), 6), "Caller"); 298 EXPECT_EQ(checkStr(LLVMRemarkArgGetValue(Arg), 3), "foo"); 300 EXPECT_EQ(checkStr(LLVMRemarkDebugLocGetSourceFilePath(DL), 6), "file.c"); 306 EXPECT_EQ(checkStr(LLVMRemarkArgGetKey(Arg), 6), "String"); 307 EXPECT_EQ(checkStr(LLVMRemarkArgGetValue(Arg), 38),