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

/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp359 WriteQueue.push_back(std::make_pair(DyldInfoOnlyCmd->lazy_bind_off,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h592 uint32_t lazy_bind_off; member in struct:llvm::MachO::dyld_info_command
/external/llvm/include/llvm/Support/
H A DMachO.h826 uint32_t lazy_bind_off; member in struct:llvm::MachO::dyld_info_command
1079 sys::swapByteOrder(info.lazy_bind_off);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h831 uint32_t lazy_bind_off; member in struct:llvm::MachO::dyld_info_command
1087 sys::swapByteOrder(info.lazy_bind_off);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp246 IO.mapRequired("lazy_bind_off", LoadCommand.lazy_bind_off);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2361 reinterpret_cast<const uint8_t *>(getPtr(this, DyldInfo.lazy_bind_off));
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8128 outs() << " lazy_bind_off " << dc.lazy_bind_off;
8129 if (dc.lazy_bind_off > object_size)
8134 big_size = dc.lazy_bind_off;

Completed in 145 milliseconds