Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DIdenticalCodeFolding.h64 void foldIdenticalCode();
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp54 void IdenticalCodeFolding::foldIdenticalCode() { in foldIdenticalCode() function in mcld::IdenticalCodeFolding
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp278 icf.foldIdenticalCode(); in dataStrippingOpt()