Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h404 MCSection *getDataBSSSection() const { return DataBSSSection; } in getDataBSSSection() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp408 return emitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in emitLocalCommonSymbol()