Home
last modified time | relevance | path

Searched refs:extrel_end (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DMachO.h327 relocation_iterator extrel_end() const;
329 return make_range(extrel_begin(), extrel_end()); in external_relocations()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp2107 relocation_iterator MachOObjectFile::extrel_end() const { in extrel_end() function in MachOObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp989 PrintRelocationEntries(O, O->extrel_begin(), O->extrel_end(), cputype, in PrintRelocations()