Searched refs:lazy_bind_size (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h593 uint32_t lazy_bind_size; member in struct:llvm::MachO::dyld_info_command
/external/llvm/include/llvm/Support/
H A DMachO.h827 uint32_t lazy_bind_size; member in struct:llvm::MachO::dyld_info_command
1080 sys::swapByteOrder(info.lazy_bind_size);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h832 uint32_t lazy_bind_size; member in struct:llvm::MachO::dyld_info_command
1088 sys::swapByteOrder(info.lazy_bind_size);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp247 IO.mapRequired("lazy_bind_size", LoadCommand.lazy_bind_size);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2362 return makeArrayRef(Ptr, DyldInfo.lazy_bind_size);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8133 outs() << " lazy_bind_size " << dc.lazy_bind_size;
8135 big_size += dc.lazy_bind_size;

Completed in 172 milliseconds