Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DIdenticalCodeFolding.h33 typedef std::pair<Input*, size_t> ObjectAndId; typedef
34 typedef llvm::MapVector<LDSection*, ObjectAndId> KeptSections;
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp172 m_KeptSections[candidate->first] = ObjectAndId(*obj, index); in findCandidates()