Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h701 bool doesSupportDataRegionDirectives() const { in doesSupportDataRegionDirectives() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp576 if (!MAI->doesSupportDataRegionDirectives()) in emitDataRegion()