Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Ddibuilder.go578 loc := C.LLVMDIBuilderCreateDebugLocation(
587 loc := C.LLVMDIBuilderCreateDebugLocation(
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h460 LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, unsigned Line,
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c323 return LLVMDIBuilderCreateDebugLocation(Ctx, Int_val(Line), Int_val(Column), in llvm_dibuild_create_debug_location()
H A Dllvm_debuginfo.mli250 location. See LLVMDIBuilderCreateDebugLocation *)
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1049 LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, unsigned Line, in LLVMDIBuilderCreateDebugLocation() function