Home
last modified time | relevance | path

Searched refs:LLVMInstructionSetDebugLoc (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h1346 void LLVMInstructionSetDebugLoc(LLVMValueRef Inst, LLVMMetadataRef Loc);
/external/llvm-project/llvm/include/llvm-c/
DDebugInfo.h1353 void LLVMInstructionSetDebugLoc(LLVMValueRef Inst, LLVMMetadataRef Loc);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp1436 void LLVMInstructionSetDebugLoc(LLVMValueRef Inst, LLVMMetadataRef Loc) { in LLVMInstructionSetDebugLoc() function
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp1475 void LLVMInstructionSetDebugLoc(LLVMValueRef Inst, LLVMMetadataRef Loc) { in LLVMInstructionSetDebugLoc() function
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go1263 func (v Value) InstructionSetDebugLoc(md Metadata) { C.LLVMInstructionSetDebugLoc(v.C, md.C) }