Home
last modified time | relevance | path

Searched refs:RelocationsStart (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h281 uint64_t RelocationsStart, unsigned NumRelocations);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp264 uint64_t RelocationsStart, in writeSection() argument
294 assert((!NumRelocations || isUInt<32>(RelocationsStart)) && in writeSection()
296 W.write<uint32_t>(NumRelocations ? RelocationsStart : 0); in writeSection()