Searched refs:getSegmentFlags (Results 1 – 4 of 4) sorted by relevance
44 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS) in emitLabel()55 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS) in emitLabelAtPos()
1501 Segment.LinkingFlags = Section.getSegmentFlags(); in writeOneObject()
198 if (WS->getSegmentFlags() != Flags) in parseSectionDirective()201 utohexstr(WS->getSegmentFlags())); in parseSectionDirective()
65 unsigned getSegmentFlags() const { return SegmentFlags; } in getSegmentFlags() function