Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h329 struct GlobalSection : Section { struct
330 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() function
332 static bool classof(const Section *S) { in classof()
336 std::vector<Global> Globals;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h303 uint32_t GlobalSection = 0; variable