Home
last modified time | relevance | path

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

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