Searched refs:LocalToUnit (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | DebugInfoFlags.def | 83 HANDLE_DISP_FLAG((1u << 2), LocalToUnit)
|
/openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 1149 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit, 1241 unsigned LineNo, LLVMMetadataRef Ty, LLVMBool LocalToUnit,
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1507 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 D | debuginfo_ocaml.c | 873 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()
|