Home
last modified time | relevance | path

Searched refs:CodeSec (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp260 auto CodeSec = make_unique<WasmYAML::CodeSection>(); in dump() local
271 CodeSec->Functions.push_back(Function); in dump()
273 S = std::move(CodeSec); in dump()