Lines Matching refs:Ret
361 DataRefImpl Ret; in section_rel_begin() local
362 Ret.p = reinterpret_cast<uintptr_t>(begin); in section_rel_begin()
363 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
371 DataRefImpl Ret; in section_rel_end() local
372 Ret.p = reinterpret_cast<uintptr_t>(I); in section_rel_end()
373 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
665 DataRefImpl Ret; in symbol_begin_impl() local
666 Ret.p = getSymbolTable(); in symbol_begin_impl()
667 return basic_symbol_iterator(SymbolRef(Ret, this)); in symbol_begin_impl()
672 DataRefImpl Ret; in symbol_end_impl() local
673 Ret.p = reinterpret_cast<uintptr_t>(StringTable); in symbol_end_impl()
674 return basic_symbol_iterator(SymbolRef(Ret, this)); in symbol_end_impl()
714 DataRefImpl Ret; in section_begin() local
715 Ret.p = reinterpret_cast<uintptr_t>(SectionTable); in section_begin()
716 return section_iterator(SectionRef(Ret, this)); in section_begin()
720 DataRefImpl Ret; in section_end() local
723 Ret.p = reinterpret_cast<uintptr_t>(SectionTable + NumSections); in section_end()
724 return section_iterator(SectionRef(Ret, this)); in section_end()
1377 std::unique_ptr<COFFObjectFile> Ret(new COFFObjectFile(Object, EC)); in createCOFFObjectFile() local
1380 return std::move(Ret); in createCOFFObjectFile()