Searched refs:LLVMDIBuilderCreateDebugLocation (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
H A D | debuginfo.c | 125 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 42, 0, in llvm_test_dibuilder() 161 LLVMDIBuilderCreateDebugLocation(LLVMGetGlobalContext(), 43, 0, in llvm_test_dibuilder()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | dibuilder.go | 578 loc := C.LLVMDIBuilderCreateDebugLocation( 587 loc := C.LLVMDIBuilderCreateDebugLocation(
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 446 LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, unsigned Line,
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
H A D | llvm_debuginfo.mli | 250 location. See LLVMDIBuilderCreateDebugLocation *)
|
H A D | debuginfo_ocaml.c | 323 return LLVMDIBuilderCreateDebugLocation(Ctx, Int_val(Line), Int_val(Column), in llvm_dibuild_create_debug_location()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1008 LLVMDIBuilderCreateDebugLocation(LLVMContextRef Ctx, unsigned Line, in LLVMDIBuilderCreateDebugLocation() function
|