Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h124 virtual void emitRegNamePools(const Module& pModule, FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp144 target().emitRegNamePools(pModule, pOutput); in writeObject()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp967 void GNULDBackend::emitRegNamePools(const Module& pModule, in emitRegNamePools() function in GNULDBackend