Searched refs:getSegmentFlags (Results 1 – 4 of 4) sorted by relevance
48 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS) in emitLabel()59 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS) in emitLabelAtPos()
1524 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