Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h397 ArrayRef<uint8_t> getDyldInfoRebaseOpcodes() const;
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp220 auto RebaseOpcodes = Obj.getDyldInfoRebaseOpcodes(); in dumpRebaseOpcodes()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1680 return rebaseTable(getDyldInfoRebaseOpcodes(), is64Bit()); in rebaseTable()
2321 ArrayRef<uint8_t> MachOObjectFile::getDyldInfoRebaseOpcodes() const { in getDyldInfoRebaseOpcodes() function in MachOObjectFile