llvm-project/compiler-rt/lib/orc/tests/unit
Lang Hames 8fda8901e2 [ORC-RT] Add a SymbolStringPool class to the ORC runtime.
This is a counterpart to llvm::orc::SymbolStringPool. It holds uniqued,
ref-counted strings; and can be used to avoid redundant storage of strings,
and speed up comparison of strings held in the pool (these become pointer
comparisons).
2022-11-09 21:26:18 -08:00
..
CMakeLists.txt [ORC-RT] Add a SymbolStringPool class to the ORC runtime. 2022-11-09 21:26:18 -08:00
adt_test.cpp
c_api_test.cpp
endian_test.cpp
error_test.cpp
executor_address_test.cpp
extensible_rtti_test.cpp
orc_unit_test_main.cpp
simple_packed_serialization_test.cpp
string_pool_test.cpp [ORC-RT] Add a SymbolStringPool class to the ORC runtime. 2022-11-09 21:26:18 -08:00
wrapper_function_utils_test.cpp [ORC][ORC-RT] Make WrapperFunctionCall::Create support void functions. 2022-09-18 17:53:45 -07:00