Home
last modified time | relevance | path

Searched refs:LLVM_C_API (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValue.def26 // If the LLVM_C_API macro is set, then values handled via HANDLE_*_EXCLUDE_LLVM_C_API will not be …
27 #ifndef LLVM_C_API
28 #define LLVM_C_API 0
67 #if LLVM_C_API
136 #undef LLVM_C_API
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp884 #define LLVM_C_API 1 in LLVMGetValueKind() macro