android13/external/compiler-rt/test/cfi
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
cross-dso initial 2024-06-22 20:45:49 +08:00
icall initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
README.txt initial 2024-06-22 20:45:49 +08:00
anon-namespace.cpp initial 2024-06-22 20:45:49 +08:00
bad-cast.cpp initial 2024-06-22 20:45:49 +08:00
base-derived-destructor.cpp initial 2024-06-22 20:45:49 +08:00
create-derivers.test initial 2024-06-22 20:45:49 +08:00
lit.cfg initial 2024-06-22 20:45:49 +08:00
lit.site.cfg.in initial 2024-06-22 20:45:49 +08:00
multiple-inheritance.cpp initial 2024-06-22 20:45:49 +08:00
nvcall.cpp initial 2024-06-22 20:45:49 +08:00
overwrite.cpp initial 2024-06-22 20:45:49 +08:00
sibling.cpp initial 2024-06-22 20:45:49 +08:00
simple-fail.cpp initial 2024-06-22 20:45:49 +08:00
simple-pass.cpp initial 2024-06-22 20:45:49 +08:00
stats.cpp initial 2024-06-22 20:45:49 +08:00
target_uninstrumented.cpp initial 2024-06-22 20:45:49 +08:00
utils.h initial 2024-06-22 20:45:49 +08:00
vdtor.cpp initial 2024-06-22 20:45:49 +08:00

README.txt

The tests in this directory use a common convention for exercising the
functionality associated with bit sets of different sizes. When certain
macros are defined the tests instantiate classes that force the bit sets
to be of certain sizes.

- B32 forces 32-bit bit sets.
- B64 forces 64-bit bit sets.
- BM forces memory bit sets.