Searched defs:LoadCmd (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | macho2yaml.cpp | 169 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections() 208 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData() 217 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData() 227 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData() 236 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in readString() 248 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData() 257 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData() 266 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData() 275 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in processLoadCommandData() 317 for (auto LoadCmd : Obj.load_commands()) { in dumpLoadCommands() local
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 61 const object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections() 120 for (auto LoadCmd : MachOObj.load_commands()) { in readLoadCommands() local
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 598 const char **LoadCmd, const char *CmdName, in checkLinkeditDataCommand() 636 const char **LoadCmd, const char *CmdName, in checkDyldInfoCommand() 767 const char **LoadCmd) { in checkDylibIdCommand() 816 const char **LoadCmd, const char *CmdName) { in checkVersCommand() 916 const char **LoadCmd, const char *CmdName) { in checkEncryptCommand() 1198 const char **LoadCmd, in checkTwoLevelHintsCommand() 2062 MachOObjectFile::LoadCommandInfo LoadCmd, in getSegmentContents() 2079 for (auto LoadCmd : load_commands()) { in getSegmentContents() local
|