Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h261 std::vector<Export> exportInfo; member
H A DMachONormalizedFileBinaryWriter.cpp1419 if (_file.exportInfo.empty()) in buildExportTrie()
1428 allNodes.reserve(_file.exportInfo.size()*2); in buildExportTrie()
1430 for (const Export& entry : _file.exportInfo) { in buildExportTrie()
1437 for (const Export& entry : _file.exportInfo) in buildExportTrie()
H A DMachONormalizedFileBinaryReader.cpp524 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.cpp741 io.mapOptional("exports", file.exportInfo); in mapping()
H A DMachONormalizedFileFromAtoms.cpp1556 nFile.exportInfo.push_back(exprt); in addExportInfo()