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.h337 struct TagSection : Section { struct
338 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() argument
340 static bool classof(const Section *S) { in classof()
344 std::vector<uint32_t> TagTypes;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h308 uint32_t TagSection = 0; variable