Searched refs:abi2className (Results 1 – 1 of 1) sorted by relevance
842 std::string abi2className("_OBJC_CLASS_$_"); in addExportSymbol() local843 abi2className += sym.substr(17); in addExportSymbol()844 _exportedSymbols.insert(copy(abi2className)); in addExportSymbol()