Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DComdat.h33 } LLVMComdatSelectionKind; typedef
62 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
69 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DComdat.cpp43 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) { in LLVMGetComdatSelectionKind()
59 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) { in LLVMSetComdatSelectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go73 ComdatSelectionKind C.LLVMComdatSelectionKind
1062 C.LLVMSetComdatSelectionKind(c.C, (C.LLVMComdatSelectionKind)(k))