Searched refs:Bref (Results 1 – 2 of 2) sorted by relevance
53 void LLVMGoSetCurrentDebugLocation(LLVMBuilderRef Bref, unsigned Line, in LLVMGoSetCurrentDebugLocation() argument57 unwrap(Bref)->SetCurrentDebugLocation(DebugLoc()); in LLVMGoSetCurrentDebugLocation()59 unwrap(Bref)->SetCurrentDebugLocation(DILocation::get( in LLVMGoSetCurrentDebugLocation()64 LLVMDebugLocMetadata LLVMGoGetCurrentDebugLocation(LLVMBuilderRef Bref) { in LLVMGoGetCurrentDebugLocation() argument65 const auto& Loc = unwrap(Bref)->getCurrentDebugLocation(); in LLVMGoGetCurrentDebugLocation()
46 void LLVMGoSetCurrentDebugLocation(LLVMBuilderRef Bref, unsigned Line,50 struct LLVMDebugLocMetadata LLVMGoGetCurrentDebugLocation(LLVMBuilderRef Bref);