Home
last modified time | relevance | path

Searched refs:WASM_SEG_FLAG_STRINGS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionWasm.cpp67 if (SegmentFlags & wasm::WASM_SEG_FLAG_STRINGS) in printSwitchToSection()
H A DMCObjectFileInfo.cpp805 wasm::WASM_SEG_FLAG_STRINGS); in initWasmMCObjectFileInfo()
807 ".debug_str", SectionKind::getMetadata(), wasm::WASM_SEG_FLAG_STRINGS); in initWasmMCObjectFileInfo()
851 wasm::WASM_SEG_FLAG_STRINGS); in initWasmMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp116 flags |= wasm::WASM_SEG_FLAG_STRINGS; in parseSectionFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h218 WASM_SEG_FLAG_STRINGS = 0x1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2141 Flags |= wasm::WASM_SEG_FLAG_STRINGS; in getWasmSectionFlags()