Searched refs:ZeroFill (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | bss.s | 53 # CHECK-NEXT: Type: ZeroFill (0x1) 85 # CHECK-NEXT: Type: ZeroFill (0x1)
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | common.h | 204 ZeroFill = 1, enumerator
|
| H A D | combined.h | 154 Primary.Options.setFillContentsMode(ZeroFill); in init() 326 const FillContentsMode FillContents = ZeroContents ? ZeroFill 474 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,
|
| H A D | wrappers_c.inc | 269 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
|
| H A D | secondary.h | 524 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
|
| /llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/ |
| H A D | dsym-companion.test | 107 CHECK: Type: ZeroFill (0x1) 123 CHECK: Type: ZeroFill (0x1)
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | combined_test.cpp | 214 SCUDO_TYPED_TEST(ScudoCombinedTest, ZeroFill) { in SCUDO_TYPED_TEST() argument 218 Allocator->setFillContents(scudo::ZeroFill); in SCUDO_TYPED_TEST()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 434 unsigned BitBytes, bool ZeroFill,
|
| H A D | HexagonISelLoweringHVX.cpp | 822 unsigned BitBytes, bool ZeroFill, SelectionDAG &DAG) const { in createHvxPrefixPred() argument 848 if (!ZeroFill) in createHvxPrefixPred() 902 SDValue Vec = ZeroFill ? getZero(dl, ByteTy, DAG) : DAG.getUNDEF(ByteTy); in createHvxPrefixPred()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/MachO/ |
| H A D | sections.test | 8 # CHECK: Type: ZeroFill (0x1)
|