Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h494 bool doesSupportDataRegionDirectives() const { in doesSupportDataRegionDirectives() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h537 bool doesSupportDataRegionDirectives() const { in doesSupportDataRegionDirectives() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h573 bool doesSupportDataRegionDirectives() const { in doesSupportDataRegionDirectives() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp435 if (!MAI->doesSupportDataRegionDirectives()) in EmitDataRegion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp517 if (!MAI->doesSupportDataRegionDirectives()) in EmitDataRegion()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp532 if (!MAI->doesSupportDataRegionDirectives()) in emitDataRegion()