Searched defs:LoadCmd (Results 1 – 4 of 4) sorted by relevance
| /external/llvm/tools/obj2yaml/ |
| D | macho2yaml.cpp | 87 extractSections(const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections() 109 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData() 116 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData() 124 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData() 132 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in readString() 143 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData() 150 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData() 157 const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd) { in processLoadCommandData() 181 for (auto LoadCmd : Obj.load_commands()) { in dumpLoadCommands() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
| D | MachOReader.cpp | 61 const object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections() 120 for (auto LoadCmd : MachOObj.load_commands()) { in readLoadCommands() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
| 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() 2071 MachOObjectFile::LoadCommandInfo LoadCmd, in getSegmentContents() 2087 MachOObjectFile::LoadCommandInfo LoadCmd) { in getSegmentContents() 2101 for (auto LoadCmd : load_commands()) { in getSegmentContents() local 2124 for (auto LoadCmd : load_commands()) { in getSegmentContents() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 595 const char **LoadCmd, const char *CmdName, in checkLinkeditDataCommand() 633 const char **LoadCmd, const char *CmdName, in checkDyldInfoCommand() 764 const char **LoadCmd) { in checkDylibIdCommand() 813 const char **LoadCmd, const char *CmdName) { in checkVersCommand() 913 const char **LoadCmd, const char *CmdName) { in checkEncryptCommand() 1195 const char **LoadCmd, in checkTwoLevelHintsCommand()
|