Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp311 const char **special_functions = sf; in addInternalizeSymbolsPass() local
313 while (*special_functions != nullptr) { in addInternalizeSymbolsPass()
314 export_symbols.push_back(*special_functions); in addInternalizeSymbolsPass()
315 special_functions++; in addInternalizeSymbolsPass()