Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp1376 if ((Err = checkDyldInfoCommand(*this, Load, I, &DyldInfoLoadCmd, in MachOObjectFile()
4713 if (!DyldInfoLoadCmd) in getDyldInfoRebaseOpcodes()
4717 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoRebaseOpcodes()
4727 if (!DyldInfoLoadCmd) in getDyldInfoBindOpcodes()
4731 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoBindOpcodes()
4741 if (!DyldInfoLoadCmd) in getDyldInfoWeakBindOpcodes()
4745 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoWeakBindOpcodes()
4755 if (!DyldInfoLoadCmd) in getDyldInfoLazyBindOpcodes()
4759 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd); in getDyldInfoLazyBindOpcodes()
4835 if (!DyldInfoLoadCmd) in getDyldInfoExportsTrie()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h819 const char *DyldInfoLoadCmd = nullptr; variable