Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp187 unsigned NumRelocations) { in WriteSection() argument
220 Write32(NumRelocations ? RelocationsStart : 0); in WriteSection()
221 Write32(NumRelocations); in WriteSection()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCMachObjectWriter.h165 uint64_t RelocationsStart, unsigned NumRelocations);
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h177 uint64_t RelocationsStart, unsigned NumRelocations);
/external/llvm/lib/MC/
DMachObjectWriter.cpp200 unsigned NumRelocations) { in writeSection() argument
229 write32(NumRelocations ? RelocationsStart : 0); in writeSection()
230 write32(NumRelocations); in writeSection()