Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h255 struct GlobalSection : Section { struct
256 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() argument
258 static bool classof(const Section *S) { in classof()
262 std::vector<Global> Globals;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h262 uint32_t GlobalSection = 0; variable