Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h400 ArrayRef<uint8_t> getDyldInfoLazyBindOpcodes() const;
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp211 dumpBindOpcodes(Y->LinkEdit.LazyBindOpcodes, Obj.getDyldInfoLazyBindOpcodes(), in dumpLinkEdit()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1936 return bindTable(getDyldInfoLazyBindOpcodes(), is64Bit(), in lazyBindTable()
2354 ArrayRef<uint8_t> MachOObjectFile::getDyldInfoLazyBindOpcodes() const { in getDyldInfoLazyBindOpcodes() function in MachOObjectFile