Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h194 uint64_t RelocationsStart, unsigned NumRelocations);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp218 unsigned NumRelocations) { in writeSection() argument
247 W.write<uint32_t>(NumRelocations ? RelocationsStart : 0); in writeSection()
248 W.write<uint32_t>(NumRelocations); in writeSection()