Searched refs:getExportSymbols (Results 1 – 5 of 5) sorted by relevance
1112 ExportSymbols(N->getExportSymbols()) {}1116 ExportSymbols == RHS->getExportSymbols();
2494 Printer.printBool("exportSymbols", N->getExportSymbols(), false); in writeDINamespace()
1132 if (CTy->getExportSymbols()) in constructTypeDIE()1302 if (NS->getExportSymbols()) in getOrCreateNameSpace()
819 bool getExportSymbols() const { return getFlags() & FlagExportSymbols; } in getExportSymbols() function3034 getExportSymbols()); in cloneImpl()3047 bool getExportSymbols() const { return SubclassData1; } in getExportSymbols() function
2210 Record.push_back(N->isDistinct() | N->getExportSymbols() << 1); in writeDINamespace()