Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h194 uint64_t RelocationsStart, unsigned NumRelocations);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMachObjectWriter.cpp220 unsigned NumRelocations) { in writeSection() argument
249 W.write<uint32_t>(NumRelocations ? RelocationsStart : 0); in writeSection()
250 W.write<uint32_t>(NumRelocations); in writeSection()