Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h677 bool doesSupportDataRegionDirectives() const { in doesSupportDataRegionDirectives() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp561 if (!MAI->doesSupportDataRegionDirectives()) in emitDataRegion()