Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionWasm.h78 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } in setSectionOffset() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp857 FuncSection.setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeCodeSection()
883 Segment.Section->setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeDataSection()
1018 Sec->setSectionOffset(W.OS.tell() - Section.ContentsOffset); in writeCustomSections()