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