Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h118 void SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function
/external/llvm/include/llvm/IR/
DIRBuilder.h140 void SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function
/external/llvm/bindings/go/llvm/
Dir.go1215 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) } func