Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h118 void SetCurrentDebugLocation(const DebugLoc &L) { in SetCurrentDebugLocation() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1204 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func