Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h339 struct TagSection : Section { struct
340 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() argument
342 static bool classof(const Section *S) { in classof()
346 std::vector<uint32_t> TagTypes;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h309 uint32_t TagSection = 0; variable