Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h477 relocation_iterator extrel_begin() const;
480 return make_range(extrel_begin(), extrel_end()); in external_relocations()
/src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2198 relocation_iterator MachOObjectFile::extrel_begin() const { in extrel_begin() function in MachOObjectFile
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp982 PrintRelocationEntries(O, O->extrel_begin(), O->extrel_end(), cputype, in PrintRelocations()