Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp228 auto StartSec = make_unique<WasmYAML::StartSection>(); in dump() local
229 StartSec->StartFunction = Obj.startFunction(); in dump()
230 S = std::move(StartSec); in dump()