Searched refs:getSegmentFlags (Results 1 – 4 of 4) sorted by relevance
61 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS) in emitLabel()72 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS) in emitLabelAtPos()
1515 Segment.LinkingFlags = Section.getSegmentFlags(); in writeOneObject()
193 if (WS->getSegmentFlags() != Flags) in parseSectionDirective()196 utohexstr(WS->getSegmentFlags())); in parseSectionDirective()
59 unsigned getSegmentFlags() const { return SegmentFlags; } in getSegmentFlags() function