Home
last modified time | relevance | path

Searched refs:linker_option_command (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/Support/
DMachO.def62 HANDLE_LOAD_COMMAND(LC_LINKER_OPTION, 0x0000002Du, linker_option_command)
82 LOAD_COMMAND_STRUCT(linker_option_command)
DMachO.h832 struct linker_option_command { struct
1248 inline void swapStruct(linker_option_command &C) { in swapStruct()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.def72 HANDLE_LOAD_COMMAND(LC_LINKER_OPTION, 0x0000002Du, linker_option_command)
92 LOAD_COMMAND_STRUCT(linker_option_command)
DMachO.h837 struct linker_option_command { struct
1256 inline void swapStruct(linker_option_command &C) { in swapStruct()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.def72 HANDLE_LOAD_COMMAND(LC_LINKER_OPTION, 0x0000002Du, linker_option_command)
94 LOAD_COMMAND_STRUCT(linker_option_command)
DMachO.h863 struct linker_option_command { struct
1273 inline void swapStruct(linker_option_command &C) { in swapStruct()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp812 MachO::linker_option_command LOLC = Obj->getLinkerOptionLoadCommand(Load); in printMachOLinkerOptions()
816 uint64_t DataSize = LOLC.cmdsize - sizeof(MachO::linker_option_command); in printMachOLinkerOptions()
817 const char *P = Load.Ptr + sizeof(MachO::linker_option_command); in printMachOLinkerOptions()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DMachODumper.cpp859 MachO::linker_option_command LOLC = Obj->getLinkerOptionLoadCommand(Load); in printMachOLinkerOptions()
863 uint64_t DataSize = LOLC.cmdsize - sizeof(MachO::linker_option_command); in printMachOLinkerOptions()
864 const char *P = Load.Ptr + sizeof(MachO::linker_option_command); in printMachOLinkerOptions()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp362 void MappingTraits<MachO::linker_option_command>::mapping( in mapping()
363 IO &IO, MachO::linker_option_command &LoadCommand) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp385 void MappingTraits<MachO::linker_option_command>::mapping( in mapping()
386 IO &IO, MachO::linker_option_command &LoadCommand) { in mapping()
/external/llvm/lib/MC/
DMachObjectWriter.cpp406 unsigned Size = sizeof(MachO::linker_option_command); in ComputeLinkerOptionsLoadCommandSize()
422 uint64_t BytesWritten = sizeof(MachO::linker_option_command); in writeLinkerOptionsLoadCommand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMachObjectWriter.cpp423 unsigned Size = sizeof(MachO::linker_option_command); in ComputeLinkerOptionsLoadCommandSize()
439 uint64_t BytesWritten = sizeof(MachO::linker_option_command); in writeLinkerOptionsLoadCommand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp904 if (Load.C.cmdsize < sizeof(MachO::linker_option_command)) in checkLinkerOptCommand()
907 MachO::linker_option_command L = in checkLinkerOptCommand()
908 getStruct<MachO::linker_option_command>(Obj, Load.Ptr); in checkLinkerOptCommand()
911 sizeof(struct MachO::linker_option_command); in checkLinkerOptCommand()
912 uint32_t left = L.cmdsize - sizeof(struct MachO::linker_option_command); in checkLinkerOptCommand()
4279 MachO::linker_option_command
4281 return getStruct<MachO::linker_option_command>(*this, L.Ptr); in getLinkerOptionLoadCommand()
/external/llvm/include/llvm/Object/
DMachO.h347 MachO::linker_option_command
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h507 MachO::linker_option_command
/external/llvm/lib/Object/
DMachOObjectFile.cpp2110 MachO::linker_option_command
2112 return getStruct<MachO::linker_option_command>(this, L.Ptr); in getLinkerOptionLoadCommand()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8329 static void PrintLinkerOptionCommand(MachO::linker_option_command lo, in PrintLinkerOptionCommand()
8333 if (lo.cmdsize < sizeof(struct MachO::linker_option_command)) in PrintLinkerOptionCommand()
8338 const char *string = Ptr + sizeof(struct MachO::linker_option_command); in PrintLinkerOptionCommand()
8339 uint32_t left = lo.cmdsize - sizeof(struct MachO::linker_option_command); in PrintLinkerOptionCommand()
8962 MachO::linker_option_command Lo = in PrintLoadCommands()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp8773 static void PrintLinkerOptionCommand(MachO::linker_option_command lo, in PrintLinkerOptionCommand()
8777 if (lo.cmdsize < sizeof(struct MachO::linker_option_command)) in PrintLinkerOptionCommand()
8782 const char *string = Ptr + sizeof(struct MachO::linker_option_command); in PrintLinkerOptionCommand()
8783 uint32_t left = lo.cmdsize - sizeof(struct MachO::linker_option_command); in PrintLinkerOptionCommand()
9681 MachO::linker_option_command Lo = in PrintLoadCommands()