Home
last modified time | relevance | path

Searched refs:LLVMDIBuilderCreateDebugLocation (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Ddebuginfo.c124 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 42, 0, in llvm_test_dibuilder()
160 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 43, 0, in llvm_test_dibuilder()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h470 LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, unsigned Line,
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli250 location. See LLVMDIBuilderCreateDebugLocation *)
H A Ddebuginfo_ocaml.c323 return LLVMDIBuilderCreateDebugLocation(Ctx, Int_val(Line), Int_val(Column), in llvm_dibuild_create_debug_location()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1104 LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, unsigned Line, in LLVMDIBuilderCreateDebugLocation() function