Searched defs:Large (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 31 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 D | llvm_target.ml | 38 | Large Constructor
|
H A D | llvm_target.mli | 43 | Large Constructor
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 329 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo()
|
/openbsd/gnu/llvm/libcxx/benchmarks/ |
H A D | string.bench.cpp | 60 enum class Length { Empty, Small, Large, Huge }; enumerator
|