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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1374 if ((Err = checkDyldInfoCommand(*this, Load, I, &DyldInfoLoadCmd,
1378 if ((Err = checkDyldInfoCommand(*this, Load, I, &DyldInfoLoadCmd,
4519 if (!DyldInfoLoadCmd)
4523 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd);
4533 if (!DyldInfoLoadCmd)
4537 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd);
4547 if (!DyldInfoLoadCmd)
4551 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd);
4561 if (!DyldInfoLoadCmd)
4565 getStructOrErr<MachO::dyld_info_command>(*this, DyldInfoLoadCmd);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h676 const char *DyldInfoLoadCmd = nullptr; member in class:llvm::object::MachOObjectFile

Completed in 43 milliseconds