Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h293 bool SeenCodeSection = false; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp362 if (FunctionTypes.size() && !SeenCodeSection) { in parseNameSection()
430 if (FunctionTypes.size() && !SeenCodeSection) { in parseLinkingSection()
1304 SeenCodeSection = true; in parseCodeSection()