Home
last modified time | relevance | path

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

/external/protobuf/js/compatibility_tests/v3.0.0/commonjs/
Dexport_asserts.js22 function shouldExport(str) { function
28 shouldExport(key)) {
/external/protobuf/js/commonjs/
Dexport_asserts.js26 function shouldExport(str) { function
32 shouldExport(key)) {
/external/llvm-project/lld/COFF/
DMinGW.h37 bool shouldExport(Defined *sym) const;
DMinGW.cpp125 bool AutoExporter::shouldExport(Defined *sym) const { in shouldExport() function in AutoExporter
DDriver.cpp1162 if (!exporter.shouldExport(def)) in maybeExportMinGWSymbols()