Home
last modified time | relevance | path

Searched refs:getSegmentFlags (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp186 if (WS->getSegmentFlags() != Flags) in parseSectionDirective()
189 utohexstr(WS->getSegmentFlags())); in parseSectionDirective()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionWasm.h59 unsigned getSegmentFlags() const { return SegmentFlags; } in getSegmentFlags() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp1447 Segment.LinkingFlags = Section.getSegmentFlags(); in writeOneObject()