Zalathar
|
d07ef5b0e1
|
coverage: Add LLVM plumbing for expansion regions
This is currently unused, but paves the way for future work on expansion
regions without having to worry about the FFI parts.
|
2025-03-20 12:40:36 +11:00 |
|
Zalathar
|
837a25dd41
|
coverage: Identify source files by ID, not by interned filename
|
2024-12-19 18:09:09 +11:00 |
|
Zalathar
|
3f3a9bf7f5
|
coverage: Store intermediate region tables in CovfunRecord
This defers the call to `llvm_cov::write_function_mappings_to_buffer` until
just before its enclosing global variable is created.
|
2024-12-11 21:35:45 +11:00 |
|
Zalathar
|
19d5dc0ed1
|
coverage: Tidy up coverage-specific FFI functions
|
2024-11-05 15:32:36 +11:00 |
|
Zalathar
|
b790e4473c
|
coverage: Extract safe FFI wrapper functions to llvm_cov
|
2024-11-05 15:32:34 +11:00 |
|