Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h833 uint32_t export_off; member
1089 sys::swapByteOrder(info.export_off); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp413 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->export_off, in writeLinkEditData()
DMachOYAML.cpp272 IO.mapRequired("export_off", LoadCommand.export_off); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h868 uint32_t export_off; member
1120 sys::swapByteOrder(info.export_off); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp710 if (DyldInfo.export_off > FileSize) in checkDyldInfoCommand()
714 BigSize = DyldInfo.export_off; in checkDyldInfoCommand()
721 if (Error Err = checkOverlappingElement(Elements, DyldInfo.export_off, in checkDyldInfoCommand()
4601 reinterpret_cast<const uint8_t *>(getPtr(*this, DyldInfo.export_off)); in getDyldInfoExportsTrie()