Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp291 typedef DenseMap<const Elf_Shdr*, SmallVector<uint32_t, 1> > RelocMap_t; typedef in __anon198eba5b0611::ELFObjectFile
303 RelocMap_t SectionRelocMap;
763 typename RelocMap_t::const_iterator ittr = SectionRelocMap.find(sec); in getSectionRelBegin()
778 typename RelocMap_t::const_iterator ittr = SectionRelocMap.find(sec); in getSectionRelEnd()
800 typename RelocMap_t::mapped_type relocseclist = in getRelocationNext()
805 typename RelocMap_t::mapped_type::const_iterator loc = in getRelocationNext()
1123 for (typename RelocMap_t::iterator i = SectionRelocMap.begin(), in ELFObjectFile()