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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h675 const char *LinkOptHintsLoadCmd = nullptr; member in class:llvm::object::MachOObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1348 if ((Err = checkLinkeditDataCommand(*this, Load, I, &LinkOptHintsLoadCmd,
4505 if (LinkOptHintsLoadCmd)
4506 return getStruct<MachO::linkedit_data_command>(*this, LinkOptHintsLoadCmd);
4508 // If there is no LinkOptHintsLoadCmd return a load command with zero'ed

Completed in 177 milliseconds