/llvm-project/clang/test/CodeGenCXX/ |
H A D | stack-reuse-exceptions.cpp | 9 struct Large { struct 13 Large getLarge(); argument
|
H A D | trivial_abi.cpp | 17 struct __attribute__((trivial_abi)) Large { struct 20 Large(); argument [all...] |
H A D | debug-info-thunk.cpp | 148 struct Large { struct 149 char array[1024]; 175 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
|
H A D | thunks.cpp | 228 struct Large { struct 229 char array[1024]; 255 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | ImplicitSignedIntegerTruncationTest.cpp | 14 static uint8_t Large = UINT8_MAX; variable
|
H A D | ImplicitUnsignedIntegerTruncationTest.cpp | 14 static uint8_t Large = UINT8_MAX; variable
|
H A D | SignedIntOverflowTest.cpp | 14 static int Large = INT_MAX; variable
|
/llvm-project/clang/test/CodeGen/assignment-tracking/ |
H A D | assignment-tracking.cpp | 14 struct Large { int A[10]; }; argument
|
/llvm-project/libcxx/test/libcxx/utilities/any/ |
H A D | allocator.pass.cpp | 29 struct Large { char big[sizeof(std::any) + 1]; }; argument [all...] |
/llvm-project/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
|
/llvm-project/llvm/unittests/Support/ |
H A D | BalancedPartitioningTest.cpp | 61 TEST_F(BalancedPartitioningTest, Large) { in TEST_F() argument
|
H A D | AllocatorTest.cpp | 117 void *Large = Alloc.Allocate(4096, 1); in TEST() local
|
/llvm-project/llvm/bindings/ocaml/target/ |
H A D | llvm_target.ml | 38 | Large Constructor
|
H A D | llvm_target.mli | 43 | Large Constructor
|
/llvm-project/clang/test/CodeGen/ |
H A D | regcall4.c | 27 struct Large { int a[5]; }; argument
|
H A D | regcall.c | 27 struct Large { int a[5]; }; struct
|
H A D | vectorcall.c | 17 struct Large { int a[5]; }; struct
|
/llvm-project/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 338 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo() argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | FunctionExtrasTest.cpp | 126 unique_function<int()> Large = LargeCallable(); TEST() local
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchExpandPseudoInsts.cpp | 203 bool Large = MF->getTarget().getCodeModel() == CodeModel::Large; expandLoadAddressTLSLE() local [all...] |
H A D | LoongArchISelLowering.cpp | 969 bool Large = DAG.getTarget().getCodeModel() == CodeModel::Large; lowerGlobalTLSAddress() local [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | vector.cpp | 363 const TemplateVectorType<int, 3200>::type Large = {}; in Init() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | string.bench.cpp |
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 246 // We do not support X86 Large code model. Change this in the future. in createBinaryContext() local
|