Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h688 bool doesSupportDataRegionDirectives() const { in doesSupportDataRegionDirectives() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp571 if (!MAI->doesSupportDataRegionDirectives()) in emitDataRegion()