Searched defs:FunctionPrefix (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceConverter.cpp825 const std::string FunctionPrefix = getFlags().getDefaultFunctionPrefix(); local
826 if (FunctionPrefix.empty())
831 F.setName(createUnnamedName(FunctionPrefix, NameIndex));
834 checkIfUnnamedNameSafe(F.getName(), "function", FunctionPrefix);
H A DPNaClTranslator.cpp510 const std::string &FunctionPrefix = local
512 if (!FunctionPrefix.empty()) {
515 installDeclarationName(Func, FunctionPrefix, "function", NameIndex);

Completed in 107 milliseconds