Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp32 static bool isNameSection(const Section &Sec) { return Sec.Name == "name"; } in isNameSection() function
79 isNameSection(Sec) || isCommentSection(Sec); in removeSections()