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

/frameworks/compile/libbcc/lib/
H A DCompiler.cpp392 const char **special_functions = sf; local
394 while (*special_functions != nullptr) {
395 export_symbols.insert(*special_functions);
396 special_functions++;

Completed in 49 milliseconds