Home
last modified time | relevance | path

Searched refs:MCSA_WeakAntiDep (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDirectives.h49 MCSA_WeakAntiDep, ///< .weak_anti_dep (COFF) enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp78 MCSA_WeakAntiDep); in GetGlobalValueSymbol()
83 Printer.OutStreamer->emitSymbolAttribute(MangledSym, MCSA_WeakAntiDep); in GetGlobalValueSymbol()
H A DAArch64AsmPrinter.cpp1250 OutStreamer->emitSymbolAttribute(Src, MCSA_WeakAntiDep); in emitFunctionEntryLabel()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp140 case MCSA_WeakAntiDep: in emitSymbolAttribute()
H A DMCMachOStreamer.cpp323 case MCSA_WeakAntiDep: in emitSymbolAttribute()
H A DMCELFStreamer.cpp173 case MCSA_WeakAntiDep: in emitSymbolAttribute()
H A DMCAsmStreamer.cpp791 case MCSA_WeakAntiDep: in emitSymbolAttribute()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp275 .Case(".weak_anti_dep", MCSA_WeakAntiDep) in ParseDirectiveSymbolAttribute()