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

Definitions

include/llvm/BinaryFormat/MachO.h
 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) {
 1133 inline void swapStruct(sub_framework_command &s) {
 1139 inline void swapStruct(sub_umbrella_command &s) {
 1145 inline void swapStruct(sub_library_command &s) {
 1151 inline void swapStruct(sub_client_command &s) {
 1157 inline void swapStruct(routines_command &r) {
 1170 inline void swapStruct(routines_command_64 &r) {
 1183 inline void swapStruct(thread_command &t) {
 1188 inline void swapStruct(dylinker_command &d) {
 1194 inline void swapStruct(uuid_command &u) {
 1199 inline void swapStruct(rpath_command &r) {
 1205 inline void swapStruct(source_version_command &s) {
 1211 inline void swapStruct(entry_point_command &e) {
 1218 inline void swapStruct(encryption_info_command &e) {
 1226 inline void swapStruct(encryption_info_command_64 &e) {
 1235 inline void swapStruct(dysymtab_command &dst) {
 1258 inline void swapStruct(any_relocation_info &reloc) {
 1263 inline void swapStruct(nlist_base &S) {
 1268 inline void swapStruct(nlist &sym) {
 1274 inline void swapStruct(nlist_64 &sym) {
 1280 inline void swapStruct(linkedit_data_command &C) {
 1287 inline void swapStruct(linker_option_command &C) {
 1293 inline void swapStruct(version_min_command &C) {
 1300 inline void swapStruct(note_command &C) {
 1307 inline void swapStruct(build_version_command &C) {
 1316 inline void swapStruct(build_tool_version &C) {
 1321 inline void swapStruct(data_in_code_entry &C) {
 1327 inline void swapStruct(uint32_t &C) { sys::swapByteOrder(C); }