Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/openbsd/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.ml38 | Large Constructor
H A Dllvm_target.mli43 | Large Constructor
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp329 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo()
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dstring.bench.cpp60 enum class Length { Empty, Small, Large, Huge }; enumerator