Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Script/
H A DStringList.cpp20 static llvm::ManagedStatic<StringListFactory> g_StringListFactory; variable
42 StringList* result = g_StringListFactory->allocate(); in create()
48 g_StringListFactory->destroy(pStringList); in destroy()
49 g_StringListFactory->deallocate(pStringList); in destroy()
54 g_StringListFactory->clear(); in clear()