Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h208 void SetCurrentDebugLocation(DebugLoc L) { in SetCurrentDebugLocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1364 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func