Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DRelocationFactory.h47 Relocation* produceEmptyEntry();
/frameworks/compile/mclinker/lib/LD/
DRelocationFactory.cpp77 Relocation* RelocationFactory::produceEmptyEntry() { in produceEmptyEntry() function in mcld::RelocationFactory
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp40 return g_RelocationFactory->produceEmptyEntry(); in Create()