Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DIdenticalCodeFolding.h37 class FoldingCandidate {
39 FoldingCandidate() : sect(NULL), reloc_sect(NULL), obj(NULL) {} in FoldingCandidate() function
40 FoldingCandidate(LDSection* pCode, LDSection* pReloc, Input* pInput) in FoldingCandidate() function
57 typedef std::vector<FoldingCandidate> FoldingCandidates;
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp174 FoldingCandidate(candidate->first, candidate->second, *obj)); in findCandidates()
213 void IdenticalCodeFolding::FoldingCandidate::initConstantContent( in initConstantContent()
278 std::string IdenticalCodeFolding::FoldingCandidate::getContentWithVariables( in getContentWithVariables()