Searched refs:FoldingCandidate (Results 1 – 2 of 2) sorted by relevance
37 class FoldingCandidate {39 FoldingCandidate() : sect(NULL), reloc_sect(NULL), obj(NULL) {} in FoldingCandidate() function40 FoldingCandidate(LDSection* pCode, LDSection* pReloc, Input* pInput) in FoldingCandidate() function57 typedef std::vector<FoldingCandidate> FoldingCandidates;
174 FoldingCandidate(candidate->first, candidate->second, *obj)); in findCandidates()213 void IdenticalCodeFolding::FoldingCandidate::initConstantContent( in initConstantContent()278 std::string IdenticalCodeFolding::FoldingCandidate::getContentWithVariables( in getContentWithVariables()