Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h45 LLVMDIFlagPrototyped = 1 << 8, enumerator
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c90 return LLVMDIFlagPrototyped; in map_DIFlag()