Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOReader.cpp257 O.LazyBinds.Opcodes = MachOObj.getDyldInfoLazyBindOpcodes(); in readLazyBindInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DMachO.h560 ArrayRef<uint8_t> getDyldInfoLazyBindOpcodes() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp4144 return bindTable(Err, this, getDyldInfoLazyBindOpcodes(), is64Bit(), in lazyBindTable()
4594 ArrayRef<uint8_t> MachOObjectFile::getDyldInfoLazyBindOpcodes() const { in getDyldInfoLazyBindOpcodes() function in MachOObjectFile