Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.def75 HANDLE_LOAD_COMMAND(LC_NOTE, 0x00000031u, note_command)
113 LOAD_COMMAND_STRUCT(note_command)
DMachO.h834 struct note_command { struct
1300 inline void swapStruct(note_command &C) { in swapStruct()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp557 void MappingTraits<MachO::note_command>::mapping( in mapping()
558 IO &IO, MachO::note_command &LoadCommand) { in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h504 MachO::note_command
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp829 if (Load.C.cmdsize != sizeof(MachO::note_command)) in checkNoteCommand()
832 auto NoteCmdOrErr = getStructOrErr<MachO::note_command>(Obj, Load.Ptr); in checkNoteCommand()
835 MachO::note_command Nt = NoteCmdOrErr.get(); in checkNoteCommand()
4311 MachO::note_command
4313 return getStruct<MachO::note_command>(*this, L.Ptr); in getNoteLoadCommand()