Home
last modified time | relevance | path

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

/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/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp186 uint64_t RelocationsStart, in WriteSection() argument
220 Write32(NumRelocations ? RelocationsStart : 0); in WriteSection()
/external/llvm/lib/MC/
DMachObjectWriter.cpp199 uint64_t RelocationsStart, in writeSection() argument
229 write32(NumRelocations ? RelocationsStart : 0); in writeSection()