Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp344 const char **special_functions = sf; in addInternalizeSymbolsPass() local
346 while (*special_functions != nullptr) { in addInternalizeSymbolsPass()
347 export_symbols.push_back(*special_functions); in addInternalizeSymbolsPass()
348 special_functions++; in addInternalizeSymbolsPass()