Searched refs:g_RelocationFactory (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp23 static llvm::ManagedStatic<RelocationFactory> g_RelocationFactory; member in namespace:mcld
30 g_RelocationFactory->setConfig(pConfig);
35 g_RelocationFactory->clear();
40 return g_RelocationFactory->produceEmptyEntry();
50 return g_RelocationFactory->produce(pType, pFragRef, pAddend);
55 g_RelocationFactory->destroy(pRelocation);

Completed in 530 milliseconds