Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h399 ArrayRef<uint8_t> getDyldInfoWeakBindOpcodes() const;
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp210 Obj.getDyldInfoWeakBindOpcodes()); in dumpLinkEdit()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1941 return bindTable(getDyldInfoWeakBindOpcodes(), is64Bit(), in weakBindTable()
2343 ArrayRef<uint8_t> MachOObjectFile::getDyldInfoWeakBindOpcodes() const { in getDyldInfoWeakBindOpcodes() function in MachOObjectFile