Home
last modified time | relevance | path

Searched refs:ZeroFill (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lld/test/MachO/
H A Dbss.s53 # CHECK-NEXT: Type: ZeroFill (0x1)
85 # CHECK-NEXT: Type: ZeroFill (0x1)
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcommon.h204 ZeroFill = 1, enumerator
H A Dcombined.h154 Primary.Options.setFillContentsMode(ZeroFill); in init()
326 const FillContentsMode FillContents = ZeroContents ? ZeroFill
474 memset(Block, FillContents == ZeroFill ? 0 : PatternFillByte,
H A Dwrappers_c.inc269 SCUDO_ALLOCATOR.setFillContents(zero_contents ? scudo::ZeroFill
H A Dsecondary.h524 memset(Ptr, FillContents == ZeroFill ? 0 : PatternFillByte, in allocate()
/llvm-project-15.0.7/llvm/test/tools/dsymutil/X86/
H A Ddsym-companion.test107 CHECK: Type: ZeroFill (0x1)
123 CHECK: Type: ZeroFill (0x1)
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp214 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 DHexagonISelLowering.h434 unsigned BitBytes, bool ZeroFill,
H A DHexagonISelLoweringHVX.cpp822 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 Dsections.test8 # CHECK: Type: ZeroFill (0x1)