Home
last modified time | relevance | path

Searched refs:hasDotTypeDotSizeDirective (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h598 bool hasDotTypeDotSizeDirective() const { return HasDotTypeDotSizeDirective; } in hasDotTypeDotSizeDirective() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp148 if (MAI->hasDotTypeDotSizeDirective()) { in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp185 if (MAI->hasDotTypeDotSizeDirective()) in emitKCFITypeId()
230 if (MAI->hasDotTypeDotSizeDirective()) { in emitKCFITypeId()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp783 if (MAI->hasDotTypeDotSizeDirective()) in emitGlobalVariable()
913 if (MAI->hasDotTypeDotSizeDirective()) in emitGlobalVariable()
983 if (MAI->hasDotTypeDotSizeDirective()) in emitFunctionHeader()
1977 (MAI->hasDotTypeDotSizeDirective() && MBB.isEndSection())) in emitFunctionBody()
1984 if (MAI->hasDotTypeDotSizeDirective()) { in emitFunctionBody()
2079 bool EmitFunctionSize = MAI->hasDotTypeDotSizeDirective() && !TT.isWasm(); in emitFunctionBody()
2311 if (MAI->hasDotTypeDotSizeDirective() && GA.getValueType()->isSized() && in emitGlobalAlias()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp731 if (!MAI->hasDotTypeDotSizeDirective()) in emitSymbolAttribute()
1056 assert(MAI->hasDotTypeDotSizeDirective()); in emitELFSize()