summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/SymbolStringPoolTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ORC] Add dereference operator to SymbolStringPtr.Lang Hames2018-01-051-0/+6
| | | | | | Dereference yields a StringRef. llvm-svn: 321836
* [ORC] Mark SymbolStringPool methods as inline to avoid linkage errors, add aLang Hames2017-12-071-1/+6
| | | | | | less-than comparison to SymbolStringPtr and a corresponding unit test. llvm-svn: 320116
* [Orc] Add a SymbolStringPool data structure for efficient storage and fastLang Hames2017-12-051-0/+43
comparison of symbol names. SymbolStringPool is a thread-safe string pool that will be used in upcoming Orc APIs to facilitate efficient storage and fast comparison of symbol name strings. llvm-svn: 319839
OpenPOWER on IntegriCloud