Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp896 SMLoc SectionLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
908 /*Symbol=*/nullptr, /*Size=*/0, /*ByteAlignment=*/0, SectionLoc); in parseDirectiveZerofill()
967 Sym, Size, 1 << Pow2Alignment, SectionLoc); in parseDirectiveZerofill()