Searched refs:hasDotTypeDotSizeDirective (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCAsmInfo.h505 bool hasDotTypeDotSizeDirective() const {return HasDotTypeDotSizeDirective;} function in class:llvm::MCAsmInfo
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp159 if (MAI->hasDotTypeDotSizeDirective()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCAsmStreamer.cpp421 assert(MAI.hasDotTypeDotSizeDirective() && "Symbol Attr not supported");
498 assert(MAI.hasDotTypeDotSizeDirective());
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp278 if (MAI->hasDotTypeDotSizeDirective())
407 if (MAI->hasDotTypeDotSizeDirective())
429 if (MAI->hasDotTypeDotSizeDirective())
754 if (MAI->hasDotTypeDotSizeDirective()) {

Completed in 192 milliseconds