Home | History | Annotate | Download | only in Object

Lines Matching defs:Ret

245   DataRefImpl Ret;
246 Ret.p = reinterpret_cast<uintptr_t>(Sec);
247 return section_iterator(SectionRef(Ret, this));
370 DataRefImpl Ret;
371 Ret.p = reinterpret_cast<uintptr_t>(begin);
372 return relocation_iterator(RelocationRef(Ret, this));
380 DataRefImpl Ret;
381 Ret.p = reinterpret_cast<uintptr_t>(I);
382 return relocation_iterator(RelocationRef(Ret, this));
760 DataRefImpl Ret;
761 Ret.p = getSymbolTable();
762 return basic_symbol_iterator(SymbolRef(Ret, this));
767 DataRefImpl Ret;
768 Ret.p = reinterpret_cast<uintptr_t>(StringTable);
769 return basic_symbol_iterator(SymbolRef(Ret, this));
813 DataRefImpl Ret;
814 Ret.p = reinterpret_cast<uintptr_t>(SectionTable);
815 return section_iterator(SectionRef(Ret, this));
819 DataRefImpl Ret;
822 Ret.p = reinterpret_cast<uintptr_t>(SectionTable + NumSections);
823 return section_iterator(SectionRef(Ret, this));
1513 std::unique_ptr<COFFObjectFile> Ret(new COFFObjectFile(Object, EC));
1516 return std::move(Ret);