retdec
|
Files | |
file | basic_block_converter.h [code] |
A converter of LLVM basic blocks. | |
file | cfg_node.h [code] |
A representation of a control-flow graph node. | |
file | labels_handler.h [code] |
Handling of labels during conversion of LLVM IR to BIR. | |
file | llvm_constant_converter.h [code] |
A converter from LLVM constant to constant in BIR. | |
file | llvm_fcmp_converter.h [code] |
A converter from LLVM fcmp instruction to expression in BIR. | |
file | llvm_instruction_converter.h [code] |
A converter from LLVM instruction to expression in BIR. | |
file | llvm_type_converter.h [code] |
A converter from LLVM type to type in BIR. | |
file | llvm_value_converter.h [code] |
A converter from LLVM values to values in BIR. | |
file | structure_converter.h [code] |
A converter of the LLVM function structure. | |
file | variables_manager.h [code] |
Managing of local variables created during conversion of LLVM functions to BIR. | |