HomeSort by relevance Sort by last modified time
    Searched refs:LLVMComdatSelectionKind (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
Comdat.h 33 } LLVMComdatSelectionKind;
62 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C);
69 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind Kind);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Comdat.cpp 43 LLVMComdatSelectionKind LLVMGetComdatSelectionKind(LLVMComdatRef C) {
59 void LLVMSetComdatSelectionKind(LLVMComdatRef C, LLVMComdatSelectionKind kind) {
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir.go 73 ComdatSelectionKind C.LLVMComdatSelectionKind
    [all...]

Completed in 102 milliseconds