Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOReader.cpp249 O.Binds.Opcodes = MachOObj.getDyldInfoBindOpcodes(); in readBindInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DMachO.h558 ArrayRef<uint8_t> getDyldInfoBindOpcodes() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp4139 return bindTable(Err, this, getDyldInfoBindOpcodes(), is64Bit(), in bindTable()
4566 ArrayRef<uint8_t> MachOObjectFile::getDyldInfoBindOpcodes() const { in getDyldInfoBindOpcodes() function in MachOObjectFile