Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h347 struct GlobalSection : Section { struct
348 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() function
350 static bool classof(const Section *S) { in classof()
354 std::vector<Global> Globals;
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h309 uint32_t GlobalSection = 0; variable