Searched refs:export_off (Results 1 - 7 of 7) sorted by relevance

/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp361 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h594 uint32_t export_off; member in struct:llvm::MachO::dyld_info_command
/external/llvm/include/llvm/Support/
H A DMachO.h828 uint32_t export_off; member in struct:llvm::MachO::dyld_info_command
1081 sys::swapByteOrder(info.export_off);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h833 uint32_t export_off; member in struct:llvm::MachO::dyld_info_command
1089 sys::swapByteOrder(info.export_off);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp248 IO.mapRequired("export_off", LoadCommand.export_off);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2372 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.export_off));
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8140 outs() << " export_off " << dc.export_off;
8141 if (dc.export_off > object_size)
8146 big_size = dc.export_off;

Completed in 178 milliseconds