Home
last modified time | relevance | path

Searched refs:sub_library (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h647 uint32_t sub_library; member
1286 sys::swapByteOrder(s.sub_library); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp571 IO.mapRequired("sub_library", LoadCommand.sub_library); in mapping()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td892 def sub_library : Separate<["-"], "sub_library">,
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9349 if (sub.sub_library < sub.cmdsize) { in PrintSubLibraryCommand()
9350 const char *P = Ptr + sub.sub_library; in PrintSubLibraryCommand()
9351 outs() << " sub_library " << P << " (offset " << sub.sub_library << ")\n"; in PrintSubLibraryCommand()
9353 outs() << " sub_library ?(bad offset " << sub.sub_library << ")\n"; in PrintSubLibraryCommand()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1564 "sub_library_command", S.sub_library, in MachOObjectFile()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6114 def sub__library : JoinedOrSeparate<["-"], "sub_library">;