summaryrefslogtreecommitdiff
path: root/lld/MachO/ExportTrie.h
Commit message (Expand)AuthorAgeFilesLines
* [lld/mac] Use C++17 nested namespace syntax in most placesNico Weber2022-08-081-4/+2
* Reland "[lld-macho] Avoid using bump-alloc in TrieBuider""Vy Nguyen2022-03-141-0/+1
* Revert "[lld-macho] Avoid using bump-alloc in TrieBuider"Sterling Augustine2022-03-141-1/+0
* [lld-macho] Avoid using bump-alloc in TrieBuiderVy Nguyen2022-03-141-0/+1
* [lld-macho] Export trie addresses should be relative to the image baseJez Ng2020-09-201-0/+2
* [lld-macho] Use export trie instead of symtab when linking against dylibsJez Ng2020-05-091-0/+6
* [lld] Merge Mach-O input sectionsKellie Medlin2020-05-011-1/+1
* [lld-macho] Implement basic export trieJez Ng2020-04-291-0/+41