HomeSort by: relevance | last modified time | path
    Searched refs:relocation_end (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 131 relocation_iterator relocation_end() const;
133 return make_range(relocation_begin(), relocation_end());
515 inline relocation_iterator SectionRef::relocation_end() const { function in class:llvm::object::SectionRef
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachO_arm64.cpp 194 if (S.relocation_begin() != S.relocation_end())
214 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end();
MachO_x86_64.cpp 213 if (S.relocation_begin() != S.relocation_end())
234 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end();
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Object.cpp 292 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 692 e = si->relocation_end();
1949 if (SI->relocation_begin() != SI->relocation_end()) {
RuntimeDyld.cpp 371 relocation_iterator E = SI->relocation_end();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1790 if (Section.relocation_begin() == Section.relocation_end())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 1652 if (Section.relocation_begin() == Section.relocation_end())

Completed in 34 milliseconds