Home
last modified time | relevance | path

Searched refs:exportInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h260 std::vector<Export> exportInfo; member
H A DMachONormalizedFileBinaryWriter.cpp1427 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()
H A DMachONormalizedFileBinaryReader.cpp523 f->exportInfo.push_back(normExport); in readBinary()
H A DMachONormalizedFileToAtoms.cpp1569 if (!normalizedFile.exportInfo.empty()) { in normalizedDylibToAtoms()
1571 for (const Export &exp : normalizedFile.exportInfo) { in normalizedDylibToAtoms()
H A DMachONormalizedFileYAML.cpp740 io.mapOptional("exports", file.exportInfo); in mapping()
H A DMachONormalizedFileFromAtoms.cpp1556 nFile.exportInfo.push_back(exprt); in addExportInfo()