Lines Matching refs:Ret
353 DataRefImpl Ret; in section_rel_begin() local
355 Ret.p = 0; in section_rel_begin()
364 Ret.p = reinterpret_cast<uintptr_t>(begin); in section_rel_begin()
366 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
385 DataRefImpl Ret; in section_rel_end() local
387 Ret.p = 0; in section_rel_end()
392 Ret.p = reinterpret_cast<uintptr_t>(begin + NumReloc); in section_rel_end()
394 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
601 DataRefImpl Ret; in symbol_begin_impl() local
602 Ret.p = reinterpret_cast<uintptr_t>(SymbolTable); in symbol_begin_impl()
603 return basic_symbol_iterator(SymbolRef(Ret, this)); in symbol_begin_impl()
608 DataRefImpl Ret; in symbol_end_impl() local
609 Ret.p = reinterpret_cast<uintptr_t>(StringTable); in symbol_end_impl()
610 return basic_symbol_iterator(SymbolRef(Ret, this)); in symbol_end_impl()
652 DataRefImpl Ret; in section_begin() local
653 Ret.p = reinterpret_cast<uintptr_t>(SectionTable); in section_begin()
654 return section_iterator(SectionRef(Ret, this)); in section_begin()
658 DataRefImpl Ret; in section_end() local
661 Ret.p = reinterpret_cast<uintptr_t>(SectionTable + NumSections); in section_end()
662 return section_iterator(SectionRef(Ret, this)); in section_end()
1118 std::unique_ptr<COFFObjectFile> Ret( in createCOFFObjectFile() local
1122 return Ret.release(); in createCOFFObjectFile()