Home
last modified time | relevance | path

Searched defs:TagSection (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h336 struct TagSection : Section { struct
337 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() function
339 static bool classof(const Section *S) { in classof()
343 std::vector<uint32_t> TagTypes;
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h298 uint32_t TagSection = 0; variable