Home
last modified time | relevance | path

Searched refs:pKeptSections (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DIdenticalCodeFolding.h45 const IdenticalCodeFolding::KeptSections& pKeptSections);
48 const IdenticalCodeFolding::KeptSections& pKeptSections);
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp215 const IdenticalCodeFolding::KeptSections& pKeptSections) { in initConstantContent() argument
258 (pKeptSections.find( in initConstantContent()
260 pKeptSections.end())) { in initConstantContent()
280 const IdenticalCodeFolding::KeptSections& pKeptSections) { in getContentWithVariables() argument
288 KeptSections::const_iterator it = pKeptSections.find(def); in getContentWithVariables()