1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/include/llvm-c
Amaury Sechet 5cbde7845f Introducing LLVMMetadataRef
Summary:
This seems like an uncontroversial first step toward providing access to the metadata hierarchy that now exists in LLVM. This should allow for good debug info support from C.

Future plans are to deprecate API that take mixed bags of values and metadata (mainly the LLVMMDNode family of functions) and migrate the rest toward the use of LLVMMetadataRef.

Once this is in place, mapping of DIBuilder will be able to start.

Reviewers: mehdi_amini, echristo, whitequark, jketema, Wallbraker

Reviewed By: Wallbraker

Subscribers: Eugene.Zelenko, axw, mehdi_amini, llvm-commits

Differential Revision: https://reviews.llvm.org/D19448

llvm-svn: 300447
2017-04-17 11:52:54 +00:00
..
Transforms Split the SimplifyCFG pass into two variants. 2017-03-26 06:44:08 +00:00
Analysis.h
BitReader.h
BitWriter.h
Core.h Introducing LLVMMetadataRef 2017-04-17 11:52:54 +00:00
Disassembler.h
ErrorHandling.h
ExecutionEngine.h
Initialization.h
IRReader.h
Linker.h
LinkTimeOptimizer.h
lto.h Reorganize libLTO C API header lto.h (NFC) 2017-04-08 19:20:30 +00:00
module.modulemap
Object.h
OrcBindings.h
Support.h
Target.h
TargetMachine.h
Types.h Introducing LLVMMetadataRef 2017-04-17 11:52:54 +00:00