Searched defs:CmdName (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 280 uint32_t LoadCommandIndex, const char *CmdName, uint64_t SizeOfHeaders, in parseSegmentLoadCommand() 595 const char **LoadCmd, const char *CmdName, in checkLinkeditDataCommand() 633 const char **LoadCmd, const char *CmdName, in checkDyldInfoCommand() 731 uint32_t LoadCommandIndex, const char *CmdName) { in checkDylibCommand() 780 uint32_t LoadCommandIndex, const char *CmdName) { in checkDyldCommand() 813 const char **LoadCmd, const char *CmdName) { in checkVersCommand() 913 const char **LoadCmd, const char *CmdName) { in checkEncryptCommand() 975 uint32_t LoadCommandIndex, const char *CmdName, in checkSubCommand() 1003 const char *CmdName) { in checkThreadCommand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 283 uint32_t LoadCommandIndex, const char *CmdName, uint64_t SizeOfHeaders, in parseSegmentLoadCommand() 598 const char **LoadCmd, const char *CmdName, in checkLinkeditDataCommand() 636 const char **LoadCmd, const char *CmdName, in checkDyldInfoCommand() 734 uint32_t LoadCommandIndex, const char *CmdName) { in checkDylibCommand() 783 uint32_t LoadCommandIndex, const char *CmdName) { in checkDyldCommand() 816 const char **LoadCmd, const char *CmdName) { in checkVersCommand() 916 const char **LoadCmd, const char *CmdName) { in checkEncryptCommand() 978 uint32_t LoadCommandIndex, const char *CmdName, in checkSubCommand() 1006 const char *CmdName) { in checkThreadCommand()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/cfg/ |
D | cfg.go | 96 CmdName string // "build", "install", "list", "mod tidy", etc. var
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 270 std::string CmdName; member
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 226 uint32_t LoadCommandIndex, const char *CmdName) { in parseSegmentLoadCommand()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 4665 #define ENQUEUE_CMD(CmdName) \ in lvp_add_enqueue_cmd_entrypoints() argument
|