Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h54 LLVMDIFlagMultipleInheritance = 2 << 16, enumerator
71 LLVMDIFlagMultipleInheritance |
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c108 return LLVMDIFlagMultipleInheritance; in map_DIFlag()