Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c96 extern value llvm_alloc_data_layout(LLVMTargetDataRef TargetData);
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp193 enum { CancellationPoint = 0, DeclareReduction = 1, TargetData = 2 }; in parseOpenMPDirectiveKind() enumerator