Home
last modified time | relevance | path

Searched refs:InitData (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp166 InitData = 1 << 3, in ParseSectionFlags() enumerator
186 if (SecFlags & InitData) in ParseSectionFlags()
192 SecFlags |= InitData; in ParseSectionFlags()
213 SecFlags |= InitData; in ParseSectionFlags()
219 SecFlags |= Shared | InitData; in ParseSectionFlags()
254 SecFlags = InitData; in ParseSectionFlags()
258 if (SecFlags & InitData) in ParseSectionFlags()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp365 std::vector<uint8_t> InitData(Layout.SB->BlockSize, 0xFF); in createFpmStream() local
368 cantFail(Initializer.writeBytes(InitData)); in createFpmStream()