Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DComdat.h48 LLVMComdatRef LLVMGetComdat(LLVMValueRef V);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DComdat.cpp33 LLVMComdatRef LLVMGetComdat(LLVMValueRef V) { in LLVMGetComdat() function
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1054 func (v Value) Comdat() (c Comdat) { c.C = C.LLVMGetComdat(v.C); return }