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

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

Completed in 26 milliseconds