Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h326 relocation_iterator extrel_begin() const;
329 return make_range(extrel_begin(), extrel_end()); in external_relocations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2093 relocation_iterator MachOObjectFile::extrel_begin() const { in extrel_begin() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp989 PrintRelocationEntries(O, O->extrel_begin(), O->extrel_end(), cputype, in PrintRelocations()