Home
last modified time | relevance | path

Searched defs:SetCurrentDebugLocation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h203 void SetCurrentDebugLocation(DebugLoc L) { in SetCurrentDebugLocation() function
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1330 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func