Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheWriter.cpp45 CHECK_AND_FREE(mpExportVarNameListSection); in ~MCCacheWriter()
228 mpExportVarNameListSection = list; in prepareExportVarNameList()
346 WRITE_SECTION_SIMPLE(export_var_name_list, mpExportVarNameListSection); in writeAll()
DMCCacheWriter.h49 OBCC_String_Ptr *mpExportVarNameListSection; variable