Searched refs:relocation_end (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h115 relocation_iterator relocation_end() const;
118 relocation_end());
472 inline relocation_iterator SectionRef::relocation_end() const { function in class:llvm::object::SectionRef
/external/llvm/lib/Object/
H A DObject.cpp166 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0;
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp717 if (Section.relocation_begin() != Section.relocation_end()) {
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp193 relocation_iterator E = SI->relocation_end();
H A DRuntimeDyldELF.cpp672 e = si->relocation_end();
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp565 if (Section.relocation_begin() == Section.relocation_end())

Completed in 107 milliseconds