Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSectionWasm.cpp72 if (SegmentFlags & wasm::WASM_SEG_FLAG_TLS) in PrintSwitchToSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DWasmAsmParser.cpp104 flags |= wasm::WASM_SEG_FLAG_TLS; in parseSectionFlags()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h362 WASM_SEG_FLAG_TLS = 0x2, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp2033 Flags |= wasm::WASM_SEG_FLAG_TLS; in getWasmSectionFlags()