Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DIRBuilder.h140 void SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h163 void SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DIRBuilder.cpp79 void IRBuilderBase::SetInstDebugLocation(Instruction *I) const { in SetInstDebugLocation() function in IRBuilderBase
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1215 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) } func