Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h326 struct GlobalSection : Section { struct
327 GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {} in GlobalSection() argument
329 static bool classof(const Section *S) { in classof()
333 std::vector<Global> Globals;
/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() function
315 static bool classof(const Section *S) { in classof()
319 std::vector<Global> Globals;
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp165 class GlobalSection : public Section class
168 GlobalSection(Parsed& result) : m_result(result), m_got_core() in GlobalSection() function in ParserPrivate::GlobalSection
/external/llvm-project/lld/wasm/
DSyntheticSections.h196 GlobalSection() : SyntheticSection(llvm::wasm::WASM_SEC_GLOBAL) {} in GlobalSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h290 uint32_t GlobalSection = 0; variable
/external/llvm-project/llvm/include/llvm/Object/
DWasm.h302 uint32_t GlobalSection = 0; variable