Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DIdenticalCodeFolding.h34 typedef llvm::MapVector<LDSection*, ObjectAndId> KeptSections; typedef
45 const IdenticalCodeFolding::KeptSections& pKeptSections);
48 const IdenticalCodeFolding::KeptSections& pKeptSections);
75 KeptSections m_KeptSections;
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp78 KeptSections::iterator kept, keptEnd = m_KeptSections.end(); in foldIdenticalCode()
89 KeptSections::iterator it = m_KeptSections.begin() + kept_index; in foldIdenticalCode()
215 const IdenticalCodeFolding::KeptSections& pKeptSections) { in initConstantContent()
280 const IdenticalCodeFolding::KeptSections& pKeptSections) { in getContentWithVariables()
288 KeptSections::const_iterator it = pKeptSections.find(def); in getContentWithVariables()