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

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

Completed in 31 milliseconds