Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIRBuilder.h119 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function
/external/llvm/bindings/go/llvm/
Dir.go1204 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func