Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h346 struct GlobalSection : Section { struct
347 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() function
349 static bool classof(const Section *S) { in classof()
353 std::vector<Global> Globals;
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h299 uint32_t GlobalSection = 0; variable