Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h37 LLVMDIFlagExplicit = 1 << 7, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c88 return LLVMDIFlagExplicit; in map_DIFlag()