Home | History | Annotate | Download | only in sancov

Lines Matching defs:FunctionName

154     return std::tie(Loc, FunctionName) < std::tie(RHS.Loc, RHS.FunctionName);
158 std::string FunctionName;
170 // Compute [FileLoc -> FunctionName] map for given addresses.
189 Fns[Loc] = FrameInfo.FunctionName;
207 std::string FunctionName = P.second;
213 if (!ProcessedFunctions.insert(FunctionName).second)
386 DefaultBlacklist->inSection("fun", FnLoc.FunctionName))
391 if (UserBlacklist && UserBlacklist->inSection("fun", FnLoc.FunctionName))
397 << FnLoc.FunctionName << "\n";