Home
last modified time | relevance | path

Searched refs:end_relocations (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp199 re = i->end_relocations(); in DisassembleObject()
325 if (si->begin_relocations() == si->end_relocations()) in PrintRelocations()
331 re = si->end_relocations(); in PrintRelocations()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h197 relocation_iterator end_relocations() const;
410 inline relocation_iterator SectionRef::end_relocations() const { in end_relocations() function