Use constants for DWARF opcodes, instead of FFI calls
This commit is contained in:
parent
e267106104
commit
1b62645418
4 changed files with 18 additions and 24 deletions
|
@ -2177,9 +2177,6 @@ unsafe extern "C" {
|
|||
Location: &'a DILocation,
|
||||
BD: c_uint,
|
||||
) -> Option<&'a DILocation>;
|
||||
pub fn LLVMRustDIBuilderCreateOpDeref() -> u64;
|
||||
pub fn LLVMRustDIBuilderCreateOpPlusUconst() -> u64;
|
||||
pub fn LLVMRustDIBuilderCreateOpLLVMFragment() -> u64;
|
||||
|
||||
pub fn LLVMRustWriteTypeToString(Type: &Type, s: &RustString);
|
||||
pub fn LLVMRustWriteValueToString(value_ref: &Value, s: &RustString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue