Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h398 ArrayRef<uint8_t> getDyldInfoBindOpcodes() const;
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp208 dumpBindOpcodes(Y->LinkEdit.BindOpcodes, Obj.getDyldInfoBindOpcodes()); in dumpLinkEdit()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1931 return bindTable(getDyldInfoBindOpcodes(), is64Bit(), in bindTable()
2332 ArrayRef<uint8_t> MachOObjectFile::getDyldInfoBindOpcodes() const { in getDyldInfoBindOpcodes() function in MachOObjectFile