Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp151 if (MAI->hasDotTypeDotSizeDirective()) { in emitGlobalVariable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h755 bool hasDotTypeDotSizeDirective() const { return HasDotTypeDotSizeDirective; } in hasDotTypeDotSizeDirective() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp177 if (MAI->hasDotTypeDotSizeDirective()) in emitKCFITypeId()
188 if (MAI->hasDotTypeDotSizeDirective()) { in emitKCFITypeId()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp774 if (MAI->hasDotTypeDotSizeDirective()) in emitGlobalVariable()
909 if (MAI->hasDotTypeDotSizeDirective()) in emitGlobalVariable()
959 if (MAI->hasDotTypeDotSizeDirective()) in emitFunctionHeader()
1093 if (MAI->hasDotTypeDotSizeDirective()) in emitFunctionEntryLabel()
1837 (MAI->hasDotTypeDotSizeDirective() && MBB.isEndSection())) in emitFunctionBody()
1844 if (MAI->hasDotTypeDotSizeDirective()) { in emitFunctionBody()
1937 bool EmitFunctionSize = MAI->hasDotTypeDotSizeDirective() && !TT.isWasm(); in emitFunctionBody()
2163 if (MAI->hasDotTypeDotSizeDirective() && GA.getValueType()->isSized() && in emitGlobalAlias()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp719 if (!MAI->hasDotTypeDotSizeDirective()) in emitSymbolAttribute()
1032 assert(MAI->hasDotTypeDotSizeDirective()); in emitELFSize()