Home
last modified time | relevance | path

Searched refs:hasNoDeadStrip (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h601 bool hasNoDeadStrip() const { return HasNoDeadStrip; } in hasNoDeadStrip() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp758 if (!MAI->hasNoDeadStrip()) in emitSymbolAttribute()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3175 if (MAI->hasNoDeadStrip()) // No need to emit this at all. in emitSpecialLLVMGlobal()