reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/BinaryFormat/MachO.h
 1024 inline void swapStruct(mach_header &mh) {
 1034 inline void swapStruct(mach_header_64 &H) {
 1045 inline void swapStruct(load_command &lc) {
 1050 inline void swapStruct(symtab_command &lc) {
 1059 inline void swapStruct(segment_command_64 &seg) {
 1072 inline void swapStruct(segment_command &seg) {
 1085 inline void swapStruct(section_64 &sect) {
 1097 inline void swapStruct(section &sect) {
 1109 inline void swapStruct(dyld_info_command &info) {
 1124 inline void swapStruct(dylib_command &d) {
 1183 inline void swapStruct(thread_command &t) {
 1188 inline void swapStruct(dylinker_command &d) {
 1199 inline void swapStruct(rpath_command &r) {
 1235 inline void swapStruct(dysymtab_command &dst) {
 1280 inline void swapStruct(linkedit_data_command &C) {
 1287 inline void swapStruct(linker_option_command &C) {
 1300 inline void swapStruct(note_command &C) {
 1307 inline void swapStruct(build_version_command &C) {
 1337 inline void swapStruct(twolevel_hints_command &C) {