Searched refs:ReaderSec (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp29 Section &ReaderSec = Obj->Sections.back(); local
30 if (ReaderSec.SectionType > WASM_SEC_CUSTOM &&
31 ReaderSec.SectionType <= WASM_SEC_LAST_KNOWN)
32 ReaderSec.Name = sectionTypeToString(ReaderSec.SectionType);

Completed in 203 milliseconds