Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h312 struct GlobalSection : Section { struct
313 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() argument
315 static bool classof(const Section *S) { in classof()
319 std::vector<Global> Globals;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
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;
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp169 class GlobalSection : public Section class
172 GlobalSection(Parsed& result) : m_result(result), m_got_core() in GlobalSection() function in ParserPrivate::GlobalSection
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h290 uint32_t GlobalSection = 0; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DWasm.h299 uint32_t GlobalSection = 0; variable