Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h362 struct CodeSection : Section { struct
363 CodeSection() : Section(wasm::WASM_SEC_CODE) {} in CodeSection() argument
365 static bool classof(const Section *S) { in classof()
369 std::vector<Function> Functions;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h288 uint32_t CodeSection = 0; variable