HomeSort by: relevance | last modified time | path
    Searched defs:relocation_begin (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 130 relocation_iterator relocation_begin() const;
133 return make_range(relocation_begin(), relocation_end());
511 inline relocation_iterator SectionRef::relocation_begin() const { function in class:llvm::object::SectionRef

Completed in 47 milliseconds