Searched defs:Large (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCodeGen.h27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator in enum:llvm::CodeModel::Model
/external/clang/test/CodeGenCXX/
H A Dthunks.cpp185 struct Large { struct in namespace:Test7
201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
209 void baz(X, X&, _Complex float, Small, Small&, Large);
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { }

Completed in 221 milliseconds