Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIRBuilder.h133 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h185 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h156 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1364 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func
/external/llvm/bindings/go/llvm/
Dir.go1212 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func