Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp79 void IRBuilderBase::SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function in IRBuilderBase
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1343 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) } func