Home
last modified time | relevance | path

Searched refs:Bref (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A DIRBindings.cpp53 void LLVMGoSetCurrentDebugLocation(LLVMBuilderRef Bref, unsigned Line, in LLVMGoSetCurrentDebugLocation() argument
57 unwrap(Bref)->SetCurrentDebugLocation(DebugLoc()); in LLVMGoSetCurrentDebugLocation()
59 unwrap(Bref)->SetCurrentDebugLocation(DILocation::get( in LLVMGoSetCurrentDebugLocation()
64 LLVMDebugLocMetadata LLVMGoGetCurrentDebugLocation(LLVMBuilderRef Bref) { in LLVMGoGetCurrentDebugLocation() argument
65 const auto& Loc = unwrap(Bref)->getCurrentDebugLocation(); in LLVMGoGetCurrentDebugLocation()
H A DIRBindings.h46 void LLVMGoSetCurrentDebugLocation(LLVMBuilderRef Bref, unsigned Line,
50 struct LLVMDebugLocMetadata LLVMGoGetCurrentDebugLocation(LLVMBuilderRef Bref);