Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp23 static llvm::ManagedStatic<RelocationFactory> g_RelocationFactory; variable
30 g_RelocationFactory->setConfig(pConfig); in SetUp()
35 g_RelocationFactory->clear(); in Clear()
40 return g_RelocationFactory->produceEmptyEntry(); in Create()
50 return g_RelocationFactory->produce(pType, pFragRef, pAddend); in Create()
55 g_RelocationFactory->destroy(pRelocation); in Destroy()