Home
last modified time | relevance | path

Searched refs:SegmentFlags (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionWasm.h44 unsigned SegmentFlags; variable
48 MCSectionWasm(StringRef Name, SectionKind K, unsigned SegmentFlags, in MCSectionWasm() argument
51 SegmentFlags(SegmentFlags) {} in MCSectionWasm()
59 unsigned getSegmentFlags() const { return SegmentFlags; } in getSegmentFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionWasm.cpp70 if (SegmentFlags & wasm::WASM_SEG_FLAG_STRINGS) in PrintSwitchToSection()
72 if (SegmentFlags & wasm::WASM_SEG_FLAG_TLS) in PrintSwitchToSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h38 LLVM_YAML_STRONG_TYPEDEF(uint32_t, SegmentFlags)
146 SegmentFlags Flags;
469 template <> struct ScalarBitSetTraits<WasmYAML::SegmentFlags> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
470 static void bitset(IO &IO, WasmYAML::SegmentFlags &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp543 void ScalarBitSetTraits<WasmYAML::SegmentFlags>::bitset( in bitset()
544 IO &IO, WasmYAML::SegmentFlags &Value) { in bitset()