Searched defs:relocation_begin (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h102 relocation_iterator relocation_begin() const;
105 return make_range(relocation_begin(), relocation_end());
411 inline relocation_iterator SectionRef::relocation_begin() const { function in class:llvm::object::SectionRef

Completed in 41 milliseconds