Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DRelocationFactory.h49 Relocation* produceEmptyEntry();
/frameworks/compile/mclinker/lib/LD/
DRelocationFactory.cpp79 Relocation* RelocationFactory::produceEmptyEntry() in produceEmptyEntry() function in RelocationFactory
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp42 return g_RelocationFactory->produceEmptyEntry(); in Create()