Searched refs:mangling (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp112 * purposes of mangling, although the parameter itself is not determined to be
151 /* Search the table of translations for the built-ins for the mangling that
184 * The mangling will be returned in full form in 'mangling'. 'compressedMangling'
190 * of the Itanium mangling used by llvm.
197 string* mangling, string* compressedMangling) {
198 string delta; // The part of the mangling we're generating for this recursion.
250 *mangling = delta;
262 *mangling = delta + rest;
273 // See if we've encountered this mangling befor
196 mangleType(string vectorSize, list<string>* tokens, vector<string>* previousManglings, string* mangling, string* compressedMangling) argument
311 string mangling, compressedMangling; local
329 string mangling; local
[all...]

Completed in 43 milliseconds