Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h488 unsigned LLVMDILocationGetColumn(LLVMMetadataRef Location);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c332 return Val_int(LLVMDILocationGetColumn(Location)); in llvm_di_location_get_column()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1115 unsigned LLVMDILocationGetColumn(LLVMMetadataRef Location) { in LLVMDILocationGetColumn() function