Searched refs:LLVMSetCurrentDebugLocation2 (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | IRBindings.h | 47 void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line,
|
D | IRBindings.cpp | 54 void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line, in LLVMSetCurrentDebugLocation2() function
|
D | ir.go | 1271 C.LLVMSetCurrentDebugLocation2(b.C, C.unsigned(line), C.unsigned(col), scope.C, inlinedAt.C)
|
/external/llvm/bindings/go/llvm/ |
D | IRBindings.h | 54 void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line,
|
D | IRBindings.cpp | 94 void LLVMSetCurrentDebugLocation2(LLVMBuilderRef Bref, unsigned Line, in LLVMSetCurrentDebugLocation2() function
|
D | ir.go | 1213 C.LLVMSetCurrentDebugLocation2(b.C, C.unsigned(line), C.unsigned(col), scope.C, inlinedAt.C)
|