Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp28 static bool isLinkerSection(const Section &Sec) { in isLinkerSection() function
78 return RemovePred(Sec) || isDebugSection(Sec) || isLinkerSection(Sec) || in removeSections()