HomeSort by: relevance | last modified time | path
    Searched refs:SetInstDebugLocation (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1377 func (b Builder) SetInstDebugLocation(v Value) { C.LLVMSetInstDebugLocation(b.C, v.C) }
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 232 void SetInstDebugLocation(Instruction *I) const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 3120 unwrap(Builder)->SetInstDebugLocation(unwrap<Instruction>(Inst));
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 2065 See the method [llvm::IRBuilder::SetInstDebugLocation]. *)

Completed in 33 milliseconds