Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h450 relocation_iterator extrel_begin() const;
453 return make_range(extrel_begin(), extrel_end()); in external_relocations()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2147 relocation_iterator MachOObjectFile::extrel_begin() const { in extrel_begin() function in MachOObjectFile
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp995 PrintRelocationEntries(O, O->extrel_begin(), O->extrel_end(), cputype, in PrintRelocations()