Home
last modified time | relevance | path

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

/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm-debug.h34 bool hasDWARFSections(const Module& wasm);
H A Dwasm-binary.h1526 bool hasDWARFSections();
/dports/devel/binaryen/binaryen-version_98/src/passes/
H A Dpass.cpp393 return options.debugInfo && Debug::hasDWARFSections(wasm); in shouldPreserveDWARF()
/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-debug.cpp38 bool hasDWARFSections(const Module& wasm) { in hasDWARFSections() function
H A Dwasm-binary.cpp78 if (Debug::hasDWARFSections(*wasm)) { in write()
312 bool DWARF = Debug::hasDWARFSections(*getModule()); in writeFunctions()
956 bool WasmBinaryBuilder::hasDWARFSections() { in hasDWARFSections() function in wasm::WasmBinaryBuilder
988 if (!hasDWARFSections()) { in read()