Home
last modified time | relevance | path

Searched refs:linker_options_command (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/macho-dump/
Dmacho-dump.cpp303 MachO::linker_options_command LOLC = Obj.getLinkerOptionsLoadCommand(LCI); in DumpLinkerOptionsCommand()
307 uint64_t DataSize = LOLC.cmdsize - sizeof(MachO::linker_options_command); in DumpLinkerOptionsCommand()
308 const char *P = LCI.Ptr + sizeof(MachO::linker_options_command); in DumpLinkerOptionsCommand()
/external/llvm/include/llvm/Object/
DMachO.h200 MachO::linker_options_command
/external/llvm/lib/MC/
DMachObjectWriter.cpp421 unsigned Size = sizeof(MachO::linker_options_command); in ComputeLinkerOptionsLoadCommandSize()
437 uint64_t BytesWritten = sizeof(MachO::linker_options_command); in WriteLinkerOptionsLoadCommand()
/external/llvm/include/llvm/Support/
DMachO.h862 struct linker_options_command { struct
/external/llvm/lib/Object/
DMachOObjectFile.cpp207 void SwapStruct(MachO::linker_options_command &C) { in SwapStruct()
1819 MachO::linker_options_command
1821 return getStruct<MachO::linker_options_command>(this, L.Ptr); in getLinkerOptionsLoadCommand()