Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h126 virtual void emitDynNamePools(Module& pModule, FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp136 target().emitDynNamePools(pModule, pOutput); in writeObject()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp982 void GNULDBackend::emitDynNamePools(Module& pModule, in emitDynNamePools() function in mcld::GNULDBackend