Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h108 void SetCurrentDebugLocation(const DebugLoc &L) { in SetCurrentDebugLocation() function
/external/llvm/include/llvm/IR/
DIRBuilder.h133 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation() function
/external/llvm/bindings/go/llvm/
Dir.go1212 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) { func