Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h183 uint64_t RelocationsStart, unsigned NumRelocations);
/external/llvm/lib/MC/
DMachObjectWriter.cpp206 unsigned NumRelocations) { in WriteSection() argument
239 Write32(NumRelocations ? RelocationsStart : 0); in WriteSection()
240 Write32(NumRelocations); in WriteSection()