Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp894 SMLoc SectionLoc = getLexer().getLoc(); in parseDirectiveZerofill() local
906 /*Symbol=*/nullptr, /*Size=*/0, /*ByteAlignment=*/0, SectionLoc); in parseDirectiveZerofill()
965 Sym, Size, 1 << Pow2Alignment, SectionLoc); in parseDirectiveZerofill()