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

/freebsd-11.0-release/contrib/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp165 section_iterator Sec2 = Section.getRelocatedSection(); local
166 if (Sec2 != Obj->section_end())
167 SectionRelocMap[*Sec2].push_back(Section);
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp884 section_iterator Sec2 = Section.getRelocatedSection();
885 if (Sec2 != Obj->section_end())
886 SectionRelocMap[*Sec2].push_back(Section);

Completed in 59 milliseconds