Searched refs:manglings (Results 1 – 1 of 1) sorted by relevance
96 std::vector<std::string> &manglings) { in AddMangledFunctions() argument97 for (auto &&mangling : manglings) { in AddMangledFunctions()153 std::vector<std::string> manglings = cg.getAllManglings(decl); in VisitFunctionDecl() local154 if (!manglings.empty()) { in VisitFunctionDecl()155 return AddMangledFunctions(function_wrapper.get(), module_, manglings); in VisitFunctionDecl()