Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h406 struct DataCountSection : Section { struct
407 DataCountSection() : Section(wasm::WASM_SEC_DATACOUNT) {} in DataCountSection() function
409 static bool classof(const Section *S) { in classof()
413 uint32_t Count;
/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp600 DataCountSection::DataCountSection(ArrayRef<OutputSegment *> segments) in DataCountSection() function in lld::wasm::DataCountSection