CFI: Append debug location to CFI blocks
This commit is contained in:
parent
4d215e2426
commit
c2102259a0
6 changed files with 36 additions and 0 deletions
|
@ -1063,6 +1063,7 @@ unsafe extern "C" {
|
|||
|
||||
// Metadata
|
||||
pub fn LLVMSetCurrentDebugLocation2<'a>(Builder: &Builder<'a>, Loc: *const Metadata);
|
||||
pub fn LLVMGetCurrentDebugLocation2<'a>(Builder: &Builder<'a>) -> Option<&'a Metadata>;
|
||||
|
||||
// Terminators
|
||||
pub fn LLVMBuildRetVoid<'a>(B: &Builder<'a>) -> &'a Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue