Home
last modified time | relevance | path

Searched refs:bindTable (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h398 iterator_range<bind_iterator> bindTable(Error &Err);
407 static iterator_range<bind_iterator> bindTable(Error &Err,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4107 MachOObjectFile::bindTable(Error &Err, MachOObjectFile *O, in bindTable() function in MachOObjectFile
4121 iterator_range<bind_iterator> MachOObjectFile::bindTable(Error &Err) { in bindTable() function in MachOObjectFile
4122 return bindTable(Err, this, getDyldInfoBindOpcodes(), is64Bit(), in bindTable()
4127 return bindTable(Err, this, getDyldInfoLazyBindOpcodes(), is64Bit(), in lazyBindTable()
4132 return bindTable(Err, this, getDyldInfoWeakBindOpcodes(), is64Bit(), in weakBindTable()