Home
last modified time | relevance | path

Searched defs:Large (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCodeGen.h30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
34 enum Level { Default=0, Small=1, Large=2 }; enumerator
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dthunks.cpp185 struct Large { struct
186 char array[1024];
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.ml39 | Large Constructor
H A Dllvm_target.mli44 | Large Constructor
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dvectorcall.c17 struct Large { int a[5]; }; argument