Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp48 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS) in emitLabel()
59 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS) in emitLabelAtPos()
H A DMCSectionWasm.cpp69 if (SegmentFlags & wasm::WASM_SEG_FLAG_TLS) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp113 flags |= wasm::WASM_SEG_FLAG_TLS; in parseSectionFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h219 WASM_SEG_FLAG_TLS = 0x2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2138 Flags |= wasm::WASM_SEG_FLAG_TLS; in getWasmSectionFlags()