Home
last modified time | relevance | path

Searched refs:fixups_version (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1064 uint32_t fixups_version; ///< 0 member
2153 sys::swapByteOrder(C.fixups_version); in swapStruct()
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp2141 header->fixups_version = 0; in writeTo()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp5004 if (CFHeader.fixups_version != 0) in getChainedFixupsHeader()
5006 Twine(CFHeader.fixups_version)); in getChainedFixupsHeader()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1244 outs() << " fixups_version = " << H.fixups_version << '\n'; in PrintChainedFixupsHeader()