Searched refs:exportInfo (Results 1 – 6 of 6) sorted by relevance
260 std::vector<Export> exportInfo; member
1427 if (_file.exportInfo.empty()) in buildExportTrie()1436 allNodes.reserve(_file.exportInfo.size()*2); in buildExportTrie()1438 for (const Export& entry : _file.exportInfo) { in buildExportTrie()1445 for (const Export& entry : _file.exportInfo) in buildExportTrie()
523 f->exportInfo.push_back(normExport); in readBinary()
1569 if (!normalizedFile.exportInfo.empty()) { in normalizedDylibToAtoms()1571 for (const Export &exp : normalizedFile.exportInfo) { in normalizedDylibToAtoms()
740 io.mapOptional("exports", file.exportInfo); in mapping()
1556 nFile.exportInfo.push_back(exprt); in addExportInfo()