Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp313 auto StartSec = std::make_unique<WasmYAML::StartSection>(); in dump() local
314 StartSec->StartFunction = Obj.startFunction(); in dump()
315 S = std::move(StartSec); in dump()