Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DCompiler.cpp393 const char **special_functions = sf; in addInternalizeSymbolsPass() local
395 while (*special_functions != nullptr) { in addInternalizeSymbolsPass()
396 export_symbols.insert(*special_functions); in addInternalizeSymbolsPass()
397 special_functions++; in addInternalizeSymbolsPass()