Home
last modified time | relevance | path

Searched refs:LLVMAddInstrAttribute (Results 1 – 8 of 8) sorted by relevance

/external/llvm/docs/
DReleaseNotes.rst61 LLVMRemoveAttribute, LLVMGetAttribute, LLVMAddInstrAttribute,
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h803 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute);
/external/llvm/include/llvm-c/
DCore.h2595 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1201 LLVMAddInstrAttribute(Instr, Int_val(index), Int32_val(PA)); in llvm_add_instruction_param_attr()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1507 LLVMAddInstrAttribute(Instr, Int_val(index), Int32_val(PA)); in llvm_add_instruction_param_attr()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1621 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMAddInstrAttribute() function
/external/llvm/lib/IR/
DCore.cpp2183 void LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, in LLVMAddInstrAttribute() function
/external/llvm/bindings/go/llvm/
Dir.go1156 C.LLVMAddInstrAttribute(v.C, C.unsigned(i), C.LLVMAttribute(a))