HomeSort by: relevance | last modified time | path
    Searched defs:ContentsOffset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 56 uint64_t ContentsOffset;
336 uint64_t ContentsOffset, const MCAsmLayout &Layout);
360 Section.ContentsOffset = W->OS.tell();
377 Section.ContentsOffset = W->OS.tell();
704 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset,
708 uint64_t Offset = ContentsOffset +
999 FuncSection.setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1004 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout);
1030 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1035 applyRelocations(DataRelocations, Section.ContentsOffset, Layout)
    [all...]
WasmObjectWriter.cpp 56 uint64_t ContentsOffset;
336 uint64_t ContentsOffset, const MCAsmLayout &Layout);
360 Section.ContentsOffset = W->OS.tell();
377 Section.ContentsOffset = W->OS.tell();
704 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset,
708 uint64_t Offset = ContentsOffset +
999 FuncSection.setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1004 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout);
1030 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1035 applyRelocations(DataRelocations, Section.ContentsOffset, Layout)
    [all...]
WasmObjectWriter.cpp 56 uint64_t ContentsOffset;
336 uint64_t ContentsOffset, const MCAsmLayout &Layout);
360 Section.ContentsOffset = W->OS.tell();
377 Section.ContentsOffset = W->OS.tell();
704 ArrayRef<WasmRelocationEntry> Relocations, uint64_t ContentsOffset,
708 uint64_t Offset = ContentsOffset +
999 FuncSection.setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1004 applyRelocations(CodeRelocations, Section.ContentsOffset, Layout);
1030 Segment.Section->setSectionOffset(W->OS.tell() - Section.ContentsOffset);
1035 applyRelocations(DataRelocations, Section.ContentsOffset, Layout)
    [all...]

Completed in 194 milliseconds