Searched refs:sub_library (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h408 uint32_t sub_library; member in struct:llvm::MachO::sub_library_command
/external/llvm/include/llvm/Support/
H A DMachO.h621 uint32_t sub_library; member in struct:llvm::MachO::sub_library_command
1109 sys::swapByteOrder(s.sub_library);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h622 uint32_t sub_library; member in struct:llvm::MachO::sub_library_command
1117 sys::swapByteOrder(s.sub_library);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp496 IO.mapRequired("sub_library", LoadCommand.sub_library);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8400 if (sub.sub_library < sub.cmdsize) {
8401 const char *P = Ptr + sub.sub_library;
8402 outs() << " sub_library " << P << " (offset " << sub.sub_library << ")\n";
8404 outs() << " sub_library ?(bad offset " << sub.sub_library << ")\n";

Completed in 143 milliseconds