Home
last modified time | relevance | path

Searched refs:LocalToUnit (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoFlags.def83 HANDLE_DISP_FLAG((1u << 2), LocalToUnit)
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h1149 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
1241 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1507 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression() argument
1511 unwrapDI<DIFile>(File), LineNo, unwrapDI<DIType>(Ty), LocalToUnit, in LLVMDIBuilderCreateGlobalVariableExpression()
1557 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl() argument
1561 unwrapDI<DIFile>(File), LineNo, unwrapDI<DIType>(Ty), LocalToUnit, in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c873 LLVMMetadataRef File, value Line, LLVMMetadataRef Ty, value LocalToUnit, in llvm_dibuild_create_global_variable_expression_native() argument
878 Bool_val(LocalToUnit), Expr, Decl, Int_val(AlignInBits)); in llvm_dibuild_create_global_variable_expression_native()