Home
last modified time | relevance | path

Searched refs:LLVMSetComdat (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DComdat.h55 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DComdat.cpp38 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C) { in LLVMSetComdat() function
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1055 func (v Value) SetComdat(c Comdat) { C.LLVMSetComdat(v.C, c.C) }