Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h478 unsigned LLVMDILocationGetColumn(LLVMMetadataRef Location);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Ddibuilder.go694 return uint(C.LLVMDILocationGetColumn(md.C))
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c332 return Val_int(LLVMDILocationGetColumn(Location)); in llvm_di_location_get_column()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1060 unsigned LLVMDILocationGetColumn(LLVMMetadataRef Location) { in LLVMDILocationGetColumn() function