Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp1383 if ((Err = checkDyldInfoCommand(*this, Load, I, &DyldInfoLoadCmd, in MachOObjectFile()
1387 if ((Err = checkDyldInfoCommand(*this, Load, I, &DyldInfoLoadCmd, in MachOObjectFile()
3244 if (DyldInfoLoadCmd) in exports()
4910 if (!DyldInfoLoadCmd) in getDyldInfoRebaseOpcodes()
4914 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoRebaseOpcodes()
4924 if (!DyldInfoLoadCmd) in getDyldInfoBindOpcodes()
4928 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoBindOpcodes()
4938 if (!DyldInfoLoadCmd) in getDyldInfoWeakBindOpcodes()
4942 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoWeakBindOpcodes()
4952 if (!DyldInfoLoadCmd) in getDyldInfoLazyBindOpcodes()
[all …]
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h866 const char *DyldInfoLoadCmd = nullptr; variable