Home
last modified time | relevance | path

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

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